uk.me.nxg.enormity.esis
Interface EsisWriter
- All Known Implementing Classes:
- StreamEsisWriter
public interface EsisWriter
Provides the writing functions needed by an EsisHandler
print
EsisWriter print(String s)
throws IOException
- Throws:
IOException
print
EsisWriter print(char c)
throws IOException
- Throws:
IOException
println
EsisWriter println()
throws IOException
- Throws:
IOException
println
EsisWriter println(String s)
throws IOException
- Throws:
IOException
println
EsisWriter println(char c)
throws IOException
- Throws:
IOException
close
void close()
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.