public static class StaticUtils.LeadingSpaceWriter extends Writer
| Constructor and Description |
|---|
StaticUtils.LeadingSpaceWriter(Writer writer)
Constructs a new LeadingSpaceWriter.
|
public StaticUtils.LeadingSpaceWriter(Writer writer)
writer - the writer to delegate all writes topublic void write(char[] characters,
int offset,
int length)
throws IOException
write in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionCopyright © 2015. All Rights Reserved.