public class DebuggingDataOutput extends Object implements DataOutput
Constructor and Description |
---|
DebuggingDataOutput(DataOutput parent) |
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 DebuggingDataOutput(DataOutput parent)
public void write(int arg0) throws IOException
write
in interface DataOutput
IOException
public void write(byte[] arg0) throws IOException
write
in interface DataOutput
IOException
public void write(byte[] arg0, int arg1, int arg2) throws IOException
write
in interface DataOutput
IOException
public void writeBoolean(boolean arg0) throws IOException
writeBoolean
in interface DataOutput
IOException
public void writeByte(int arg0) throws IOException
writeByte
in interface DataOutput
IOException
public void writeBytes(String arg0) throws IOException
writeBytes
in interface DataOutput
IOException
public void writeChar(int arg0) throws IOException
writeChar
in interface DataOutput
IOException
public void writeChars(String arg0) throws IOException
writeChars
in interface DataOutput
IOException
public void writeDouble(double arg0) throws IOException
writeDouble
in interface DataOutput
IOException
public void writeFloat(float arg0) throws IOException
writeFloat
in interface DataOutput
IOException
public void writeInt(int arg0) throws IOException
writeInt
in interface DataOutput
IOException
public void writeLong(long arg0) throws IOException
writeLong
in interface DataOutput
IOException
public void writeShort(int arg0) throws IOException
writeShort
in interface DataOutput
IOException
public void writeUTF(String arg0) throws IOException
writeUTF
in interface DataOutput
IOException
Terrier 4.0. Copyright © 2004-2014 University of Glasgow