| java.lang.Object org.wings.io.StringBuilderDevice
StringBuilderDevice | public StringBuilderDevice()(Code) | | |
StringBuilderDevice | public StringBuilderDevice(int capacity)(Code) | | |
close | public void close()(Code) | | |
flush | public void flush()(Code) | | Flush this Stream.
|
isSizePreserving | public boolean isSizePreserving()(Code) | | |
print | public Device print(char[] c)(Code) | | Print a character array.
|
print | public Device print(char[] c, int start, int len)(Code) | | Print a character array.
|
reset | public void reset()(Code) | | |
write | public Device write(int c)(Code) | | Writes the specified byte to this data output stream.
|
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)(Code) | | Writes len bytes from the specified byte array starting at offset
off to this output stream.
|
|
|