Structures

Inheritance: java.lang.Object

public abstract class Structs

Classe de base du tableau de structures

Méthodes

MéthodeDescription
equals(Object arg0)
getClass()
hashCode()
length()Longueur de ce tableau
notify()
notifyAll()
structSize()Taille en octets d’une seule structure
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
writeTo(Stream stream)Écrire le contenu dans le flux spécifié
writeTo(OutputStream stream)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
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()

Longueur de ce tableau

Returns: int - nombre d’éléments dans ce tableau

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

structSize()

public final int structSize()

Taille en octets d’une seule structure

Returns: int - la taille de la structure

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int

writeTo(Stream stream)

public void writeTo(Stream stream)

Écrire le contenu dans le flux spécifié

Parameters:

ParamètreTypeDescription
streamStreamQuel flux utiliser pour écrire la structure

writeTo(OutputStream stream)

public void writeTo(OutputStream stream)

Parameters:

ParamètreTypeDescription
fluxjava.io.OutputStream