org.jclouds.json.internal
Class NullHackJsonLiteralAdapter.NullReplacingWriter
java.lang.Object
java.io.Writer
org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
- Enclosing class:
- NullHackJsonLiteralAdapter<L>
public final class NullHackJsonLiteralAdapter.NullReplacingWriter
- extends Writer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullHackJsonLiteralAdapter.NullReplacingWriter
public NullHackJsonLiteralAdapter.NullReplacingWriter(Writer delegate,
String nullReplacement)
write
public void write(char[] buffer,
int offset,
int count)
throws IOException
- Specified by:
write in class Writer
- Throws:
IOException
write
public void write(String s)
throws IOException
- Overrides:
write in class Writer
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Specified by:
flush in class Writer
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Specified by:
close in class Writer
- Throws:
IOException
Copyright © 2009-2013 jclouds. All Rights Reserved.