public interface EsisWriter
EsisHandler
Modifier and Type | Method and Description |
---|---|
void |
close() |
EsisWriter |
print(char c) |
EsisWriter |
print(String s) |
EsisWriter |
println() |
EsisWriter |
println(char c) |
EsisWriter |
println(String s) |
EsisWriter print(String s) throws IOException
IOException
EsisWriter print(char c) throws IOException
IOException
EsisWriter println() throws IOException
IOException
EsisWriter println(String s) throws IOException
IOException
EsisWriter println(char c) throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2014. All rights reserved.