
public static class ExtendedDataOutput.Delegating extends Object implements ExtendedDataOutput
ExtendedDataOutput.Delegating, ExtendedDataOutput.Stream| Constructor and Description |
|---|
ExtendedDataOutput.Delegating(ExtendedDataOutput delegate) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataOutput |
getDelegate() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeBoolean(boolean v) |
void |
writeByte(int v) |
void |
writeByteArray(byte[] b) |
void |
writeBytes(String s) |
void |
writeChar(int v) |
void |
writeChars(String s) |
void |
writeDouble(double v) |
void |
writeEnum(Enum<?> literal) |
void |
writeFloat(float v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeObject(Object object) |
void |
writeShort(int v) |
void |
writeString(String str) |
void |
writeUTF(String str) |
public ExtendedDataOutput.Delegating(ExtendedDataOutput delegate)
public ExtendedDataOutput getDelegate()
public void write(byte[] b,
int off,
int len)
throws IOException
write in interface DataOutputIOExceptionpublic void write(byte[] b)
throws IOException
write in interface DataOutputIOExceptionpublic void write(int b)
throws IOException
write in interface DataOutputIOExceptionpublic void writeBoolean(boolean v)
throws IOException
writeBoolean in interface DataOutputIOExceptionpublic void writeByte(int v)
throws IOException
writeByte in interface DataOutputIOExceptionpublic void writeByteArray(byte[] b)
throws IOException
writeByteArray in interface ExtendedDataOutputIOExceptionpublic void writeBytes(String s) throws IOException
writeBytes in interface DataOutputIOExceptionpublic void writeChar(int v)
throws IOException
writeChar in interface DataOutputIOExceptionpublic void writeChars(String s) throws IOException
writeChars in interface DataOutputIOExceptionpublic void writeDouble(double v)
throws IOException
writeDouble in interface DataOutputIOExceptionpublic void writeFloat(float v)
throws IOException
writeFloat in interface DataOutputIOExceptionpublic void writeInt(int v)
throws IOException
writeInt in interface DataOutputIOExceptionpublic void writeLong(long v)
throws IOException
writeLong in interface DataOutputIOExceptionpublic void writeObject(Object object) throws IOException
writeObject in interface ExtendedDataOutputIOExceptionpublic void writeShort(int v)
throws IOException
writeShort in interface DataOutputIOExceptionpublic void writeString(String str) throws IOException
writeString in interface ExtendedDataOutputIOExceptionpublic void writeEnum(Enum<?> literal) throws IOException
writeEnum in interface ExtendedDataOutputIOExceptionpublic void writeUTF(String str) throws IOException
writeUTF in interface DataOutputIOExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.