Strukturen

Inheritance: java.lang.Object

public abstract class Structs

Basisklasse des Struktur-Arrays

Methoden

MethodeBeschreibung
equals(Object arg0)
getClass()
hashCode()
length()Länge dieses Arrays
notify()
notifyAll()
structSize()Größe in Bytes einer einzelnen Struktur
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
writeTo(Stream stream)Schreibe den Inhalt in den angegebenen Stream
writeTo(OutputStream stream)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypBeschreibung
arg0java.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()

Länge dieses Arrays

Returns: int – Anzahl der Elemente in diesem Array

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

structSize()

public final int structSize()

Größe in Bytes einer einzelnen Struktur

Returns: int – Größe der Struktur

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypBeschreibung
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeschreibung
arg0long
arg1int

writeTo(Stream stream)

public void writeTo(Stream stream)

Schreibe den Inhalt in den angegebenen Stream

Parameters:

ParameterTypBeschreibung
streamStreamWelcher Stream zum Schreiben der Struktur verwendet werden soll

writeTo(OutputStream stream)

public void writeTo(OutputStream stream)

Parameters:

ParameterTypBeschreibung
Streamjava.io.OutputStream