public interface NutsTextNodeWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
flush() |
NutsTextWriteConfiguration |
getWriteConfiguration() |
NutsTextNodeWriter |
setWriteConfiguration(NutsTextWriteConfiguration config) |
void |
writeNode(NutsText node) |
void |
writeRaw(byte[] buf,
int off,
int len) |
void |
writeRaw(char[] buf,
int off,
int len) |
NutsTextWriteConfiguration getWriteConfiguration()
NutsTextNodeWriter setWriteConfiguration(NutsTextWriteConfiguration config)
void writeNode(NutsText node)
void writeRaw(byte[] buf,
int off,
int len)
void writeRaw(char[] buf,
int off,
int len)
boolean flush()
Copyright © 2021 vpc open source initiative. All rights reserved.