public final class NullHackJsonLiteralAdapter.NullReplacingWriter extends Writer
Constructor and Description |
---|
NullHackJsonLiteralAdapter.NullReplacingWriter(Writer delegate,
String nullReplacement) |
public void write(char[] buffer, int offset, int count) throws IOException
write
in class Writer
IOException
public void write(String s) 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 © 2009-2013 jclouds. All Rights Reserved.