getBytes
public byte[] getBytes()
getBytes
public void getBytes(dst[] )
length
public int length()
writeBoolean
public void writeBoolean(boolean v)
writeByte
public void writeByte(int v)
writeByte
public void writeByte(int v,
int off)
writeBytes
public void writeBytes(byte[] buff)
writeBytes
public void writeBytes(byte[] buff,
int off,
int len)
writeMPInt
public void writeMPInt(BigInteger b)
writeNameList
public void writeNameList(v[] )
writeString
public void writeString(String v)
writeString
public void writeString(String v,
String charsetName)
throws UnsupportedEncodingException
writeString
public void writeString(byte[] buff,
int off,
int len)
writeUINT32
public void writeUINT32(int val)
writeUINT32
public void writeUINT32(int val,
int off)
writeUINT64
public void writeUINT64(long val)