Yapılar
Inheritance: java.lang.Object
public abstract class Structs
Struct dizisinin temel sınıfı.
Yöntemler
| Yöntem | Açıklama |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| length() | Bu dizinin uzunluğu |
| notify() | |
| notifyAll() | |
| structSize() | Tek bir yapının bayt cinsinden boyutu |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | |
| writeTo(Stream stream) | İçeriği belirtilen akışa yaz |
| writeTo(OutputStream stream) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
length()
public final int length()
Bu dizinin uzunluğu
Returns: int - bu dizideki öğe sayısı
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
structSize()
public final int structSize()
Tek bir yapının bayt cinsinden boyutu
Returns: int - yapının boyutu
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long | |
| arg1 | int |
writeTo(Stream stream)
public void writeTo(Stream stream)
İçeriği belirtilen akışa yaz
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| stream | Stream | Yapının yazılacağı akış hangisi |
writeTo(OutputStream stream)
public void writeTo(OutputStream stream)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | java.io.OutputStream |