public static class ExtendedDataOutput.Delegating extends java.lang.Object implements ExtendedDataOutput, java.io.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(java.lang.String s) |
void |
writeChar(int v) |
void |
writeChars(java.lang.String s) |
void |
writeDouble(double v) |
void |
writeEnum(java.lang.Enum<?> literal) |
void |
writeException(java.lang.Throwable t) |
void |
writeFloat(float v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeObject(java.lang.Object object) |
void |
writeShort(int v) |
void |
writeString(java.lang.String str) |
void |
writeUTF(java.lang.String str) |
void |
writeVarInt(int v) |
void |
writeVarLong(long v) |
public Delegating(ExtendedDataOutput delegate)
public ExtendedDataOutput getDelegate()
public void write(byte[] b, int off, int len) 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(int b) 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 writeByteArray(byte[] b) throws java.io.IOException
writeByteArray
in interface ExtendedDataOutput
java.io.IOException
public void writeBytes(java.lang.String s) throws java.io.IOException
writeBytes
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 writeChars(java.lang.String s) throws java.io.IOException
writeChars
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 writeFloat(float v) throws java.io.IOException
writeFloat
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 writeObject(java.lang.Object object) throws java.io.IOException
writeObject
in interface ExtendedDataOutput
java.io.IOException
public void writeShort(int v) throws java.io.IOException
writeShort
in interface java.io.DataOutput
java.io.IOException
public void writeString(java.lang.String str) throws java.io.IOException
writeString
in interface ExtendedDataOutput
java.io.IOException
public void writeEnum(java.lang.Enum<?> literal) throws java.io.IOException
writeEnum
in interface ExtendedDataOutput
java.io.IOException
public void writeException(java.lang.Throwable t) throws java.io.IOException
writeException
in interface ExtendedDataOutput
java.io.IOException
public void writeUTF(java.lang.String str) throws java.io.IOException
writeUTF
in interface java.io.DataOutput
java.io.IOException
public void writeVarInt(int v) throws java.io.IOException
writeVarInt
in interface ExtendedDataOutput
java.io.IOException
public void writeVarLong(long v) throws java.io.IOException
writeVarLong
in interface ExtendedDataOutput
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
Copyright (c) 2004-2019 Eike Stepper (Loehne, 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