public interface OutputShim
Output
-like abstraction. See that class for method documentation.Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
writeBoolean(boolean b) |
void |
writeByte(byte b) |
void |
writeBytes(byte[] array,
int offset,
int count) |
void |
writeDouble(double d) |
void |
writeInt(int i) |
void |
writeLong(long l) |
void |
writeShort(int s) |
void |
writeString(String s) |
void writeByte(byte b)
void writeBytes(byte[] array, int offset, int count)
void writeString(String s)
void writeLong(long l)
void writeInt(int i)
void writeDouble(double d)
void writeShort(int s)
void writeBoolean(boolean b)
void flush()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.