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