protected static class JSONWriterRecord.OutputStreamOutput extends Object implements JSONWriterRecord.Output
Modifier | Constructor and Description |
---|---|
protected |
OutputStreamOutput(OutputStream writer) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
org.eclipse.persistence.internal.oxm.XMLMarshaller |
getMarshaller() |
OutputStream |
getOutputStream() |
Writer |
getWriter() |
void |
setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) |
void |
write(char character) |
void |
write(String text) |
void |
writeAttributePrefix() |
void |
writeCR() |
void |
writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) |
void |
writeNamespaceSeparator() |
void |
writeResultFromCharEscapeHandler(String value,
boolean isAttribute) |
protected OutputStreamOutput(OutputStream writer)
public void flush() throws IOException
flush
in interface JSONWriterRecord.Output
IOException
public org.eclipse.persistence.internal.oxm.XMLMarshaller getMarshaller()
getMarshaller
in interface JSONWriterRecord.Output
public OutputStream getOutputStream()
getOutputStream
in interface JSONWriterRecord.Output
public Writer getWriter()
getWriter
in interface JSONWriterRecord.Output
public void setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller)
setMarshaller
in interface JSONWriterRecord.Output
public void write(char character) throws IOException
write
in interface JSONWriterRecord.Output
IOException
public void write(String text) throws IOException
write
in interface JSONWriterRecord.Output
IOException
public void writeAttributePrefix() throws IOException
writeAttributePrefix
in interface JSONWriterRecord.Output
IOException
public void writeCR() throws IOException
writeCR
in interface JSONWriterRecord.Output
IOException
public void writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) throws IOException
writeLocalName
in interface JSONWriterRecord.Output
IOException
public void writeNamespaceSeparator() throws IOException
writeNamespaceSeparator
in interface JSONWriterRecord.Output
IOException
public void writeResultFromCharEscapeHandler(String value, boolean isAttribute)
writeResultFromCharEscapeHandler
in interface JSONWriterRecord.Output
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.