public static class ExtendedDataOutput.Delegating extends Object implements ExtendedDataOutput, Closeable
ExtendedDataOutput.Delegating, ExtendedDataOutput.Stream| Constructor and Description |
|---|
Delegating(ExtendedDataOutput delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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 |
writeException(Throwable t) |
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 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 writeException(Throwable t) throws IOException
writeException in interface ExtendedDataOutputIOExceptionpublic void writeUTF(String str) throws IOException
writeUTF in interface DataOutputIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html