Package org.eclipse.net4j.util.io
Interface StringIO
- 
- All Known Implementing Classes:
- StringCompressor,- StringCompressor.Counting
 
 public interface StringIO- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringread(ExtendedDataInput in)voidwrite(ExtendedDataOutput out, java.lang.String string)
 
- 
- 
- 
Field Detail- 
DIRECTstatic final StringIO DIRECT 
 
- 
 - 
Method Detail- 
writevoid write(ExtendedDataOutput out, java.lang.String string) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
readjava.lang.String read(ExtendedDataInput in) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-