public class LittleEndianDataOutput extends Object implements DataOutput
| Constructor and Description |
|---|
LittleEndianDataOutput(DataOutput out)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] arg0) |
void |
write(byte[] arg0,
int arg1,
int arg2) |
void |
write(int arg0) |
void |
writeBoolean(boolean arg0) |
void |
writeByte(int arg0) |
void |
writeBytes(String arg0) |
void |
writeChar(int arg0) |
void |
writeChars(String arg0) |
void |
writeDouble(double arg0) |
void |
writeFloat(float arg0) |
void |
writeInt(int arg0) |
void |
writeLong(long arg0) |
void |
writeShort(int arg0) |
void |
writeUTF(String arg0) |
public LittleEndianDataOutput(DataOutput out)
out - The DataOutput to read onpublic void writeDouble(double arg0)
throws IOException
writeDouble in interface DataOutputIOExceptionDataOutput.writeDouble(double)public void writeFloat(float arg0)
throws IOException
writeFloat in interface DataOutputIOExceptionDataOutput.writeFloat(float)public void write(int arg0)
throws IOException
write in interface DataOutputIOExceptionDataOutput.write(int)public void writeByte(int arg0)
throws IOException
writeByte in interface DataOutputIOExceptionDataOutput.writeByte(int)public void writeChar(int arg0)
throws IOException
writeChar in interface DataOutputIOExceptionDataOutput.writeChar(int)public void writeInt(int arg0)
throws IOException
writeInt in interface DataOutputIOExceptionDataOutput.writeInt(int)public void writeShort(int arg0)
throws IOException
writeShort in interface DataOutputIOExceptionDataOutput.writeShort(int)public void writeLong(long arg0)
throws IOException
writeLong in interface DataOutputIOExceptionDataOutput.writeLong(long)public void writeBoolean(boolean arg0)
throws IOException
writeBoolean in interface DataOutputIOExceptionDataOutput.writeBoolean(boolean)public void write(byte[] arg0)
throws IOException
write in interface DataOutputIOExceptionDataOutput.write(byte[])public void write(byte[] arg0,
int arg1,
int arg2)
throws IOException
write in interface DataOutputIOExceptionDataOutput.write(byte[], int, int)public void writeBytes(String arg0) throws IOException
writeBytes in interface DataOutputIOExceptionDataOutput.writeBytes(java.lang.String)public void writeChars(String arg0) throws IOException
writeChars in interface DataOutputIOExceptionDataOutput.writeChars(java.lang.String)public void writeUTF(String arg0) throws IOException
writeUTF in interface DataOutputIOExceptionDataOutput.writeUTF(java.lang.String)Copyright © 2004–2017. All rights reserved.