uk.me.nxg.xoxa.esis
Interface EsisWriter

All Known Implementing Classes:
MessageDigestEsisWriter, StreamEsisWriter

public interface EsisWriter

Provides the writing functions needed by an EsisHandler


Method Summary
 void close()
           
 EsisWriter print(char c)
           
 EsisWriter print(String s)
           
 EsisWriter println()
           
 EsisWriter println(char c)
           
 EsisWriter println(String s)
           
 

Method Detail

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 © 2015. All rights reserved.