| java.lang.Object org.wings.io.DeviceBuffer
Method Summary | |
public void | clear() | public void | close() | public void | flush() | public boolean | isSizePreserving() | public Device | print(String s) Print a String. | public Device | print(char[] c) Print an array of chars. | public Device | print(char[] c, int start, int len) Print a character array. | public Device | print(int i) Print an integer. | public Device | print(Object o) | public Device | print(char c) Print a character. | public Device | write(int c) Writes the specified byte to this data output stream. | public Device | write(byte b) Writes b.length bytes from the specified byte array to this
output stream. | public Device | write(byte b) Writes b.length bytes from the specified byte array to this
output stream. | public Device | write(byte b, int off, int len) Writes len bytes from the specified byte array starting at offset
off to this output stream. | public void | writeTo(Device d) |
DeviceBuffer | public DeviceBuffer(int initialCapacity, int capacityIncrement)(Code) | | |
DeviceBuffer | public DeviceBuffer(int initialCapacity)(Code) | | |
DeviceBuffer | public DeviceBuffer()(Code) | | |
clear | public void clear()(Code) | | |
close | public void close()(Code) | | |
flush | public void flush()(Code) | | |
isSizePreserving | public boolean isSizePreserving()(Code) | | |
write | public Device write(byte b) throws IOException(Code) | | Writes b.length bytes from the specified byte array to this
output stream.
|
write | public Device write(byte b, int off, int len) throws IOException(Code) | | Writes len bytes from the specified byte array starting at offset
off to this output stream.
|
|
|