Structures
Inheritance: java.lang.Object
public abstract class Structs
Classe de base du tableau de structures
Méthodes
| Méthode | Description |
|---|---|
| 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ètre | Type | Description |
|---|---|---|
| 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()
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ètre | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |
writeTo(Stream stream)
public void writeTo(Stream stream)
Écrire le contenu dans le flux spécifié
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| stream | Stream | Quel flux utiliser pour écrire la structure |
writeTo(OutputStream stream)
public void writeTo(OutputStream stream)
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| flux | java.io.OutputStream |