org.escot
Interface BinaryStorage


public interface BinaryStorage

BinaryStorage for persistence


Method Summary
 String getLocalName()
          gets the local name
 String getSystemIdentifier()
          gets the System Identifier
 void read(InputStream s)
          reads
 void setLocalName(String s)
          sets the local name
 void setSystemIdentifier(String s)
          sets the System Identifier
 void write(OutputStream s)
          writes
 

Method Detail

getLocalName

public String getLocalName()
gets the local name
Returns:
the local name

setLocalName

public void setLocalName(String s)
sets the local name
Parameters:
s - the local name

getSystemIdentifier

public String getSystemIdentifier()
gets the System Identifier
Returns:
the System Identifier

setSystemIdentifier

public void setSystemIdentifier(String s)
sets the System Identifier
Parameters:
s - the System Identifier

write

public void write(OutputStream s)
writes
Parameters:
s - the stream

read

public void read(InputStream s)
reads
Parameters:
s - the input stream