|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.devexperts.qd.util.ByteArrayBuffer
com.devexperts.qd.util.ByteArrayDataOutput
ByteArrayOutput
class instead.
@Deprecated public class ByteArrayDataOutput
The ByteArrayDataOutput
implements DataOutput
interface
using byte array buffer.
Field Summary |
---|
Fields inherited from class com.devexperts.qd.util.ByteArrayBuffer |
---|
buffer, limit, position |
Constructor Summary | |
---|---|
ByteArrayDataOutput()
Deprecated. |
Method Summary | |
---|---|
byte[] |
toByteArray()
Deprecated. Returns full copy of bytes buffer from zero to current position. |
void |
write(byte[] b)
Deprecated. |
void |
write(byte[] b,
int off,
int len)
Deprecated. |
void |
write(int b)
Deprecated. |
void |
writeBoolean(boolean v)
Deprecated. |
void |
writeByte(int v)
Deprecated. |
void |
writeBytes(java.lang.String str)
Deprecated. |
void |
writeChar(int v)
Deprecated. |
void |
writeChars(java.lang.String str)
Deprecated. |
void |
writeDouble(double v)
Deprecated. |
void |
writeFloat(float v)
Deprecated. |
void |
writeInt(int v)
Deprecated. |
void |
writeLong(long v)
Deprecated. |
void |
writeShort(int v)
Deprecated. |
void |
writeUTF(java.lang.String str)
Deprecated. |
Methods inherited from class com.devexperts.qd.util.ByteArrayBuffer |
---|
clear, copy, ensureCapacity, expandLimit, getBuffer, getLimit, getPosition, setBuffer, setLimit, setPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayDataOutput()
Method Detail |
---|
public byte[] toByteArray()
public void write(int b) throws java.io.IOException
write
in interface java.io.DataOutput
java.io.IOException
public void write(byte[] b) throws java.io.IOException
write
in interface java.io.DataOutput
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in interface java.io.DataOutput
java.io.IOException
public void writeBoolean(boolean v) throws java.io.IOException
writeBoolean
in interface java.io.DataOutput
java.io.IOException
public void writeByte(int v) throws java.io.IOException
writeByte
in interface java.io.DataOutput
java.io.IOException
public void writeShort(int v) throws java.io.IOException
writeShort
in interface java.io.DataOutput
java.io.IOException
public void writeChar(int v) throws java.io.IOException
writeChar
in interface java.io.DataOutput
java.io.IOException
public void writeInt(int v) throws java.io.IOException
writeInt
in interface java.io.DataOutput
java.io.IOException
public void writeLong(long v) throws java.io.IOException
writeLong
in interface java.io.DataOutput
java.io.IOException
public void writeFloat(float v) throws java.io.IOException
writeFloat
in interface java.io.DataOutput
java.io.IOException
public void writeDouble(double v) throws java.io.IOException
writeDouble
in interface java.io.DataOutput
java.io.IOException
public void writeBytes(java.lang.String str) throws java.io.IOException
writeBytes
in interface java.io.DataOutput
java.io.IOException
public void writeChars(java.lang.String str) throws java.io.IOException
writeChars
in interface java.io.DataOutput
java.io.IOException
public void writeUTF(java.lang.String str) throws java.io.IOException
writeUTF
in interface java.io.DataOutput
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |