構造体

Inheritance: java.lang.Object

public abstract class Structs

構造体配列の基底クラス

メソッド

メソッド説明
equals(Object arg0)
getClass()
hashCode()
length()この配列の長さ
notify()
notifyAll()
structSize()単一構造体のバイトサイズ
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
writeTo(Stream stream)指定されたストリームにコンテンツを書き込む
writeTo(OutputStream stream)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
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()

この配列の長さ

Returns: int - この配列の要素数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

structSize()

public final int structSize()

単一構造体のバイトサイズ

Returns: int - 構造体のサイズ

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int

writeTo(Stream stream)

public void writeTo(Stream stream)

指定されたストリームにコンテンツを書き込む

Parameters:

パラメーター説明
streamStream構造体を書き込むストリーム

writeTo(OutputStream stream)

public void writeTo(OutputStream stream)

Parameters:

パラメーター説明
ストリームjava.io.OutputStream