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 Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
Copyright © 2015. All Rights Reserved.