org.eclipse.net4j.util.io
Interface StringIO

All Known Implementing Classes:
StringCompressor, StringCompressor.Counting

public interface StringIO

Since:
2.0

Field Summary
static StringIO DIRECT
           
 
Method Summary
 String read(ExtendedDataInput in)
           
 void write(ExtendedDataOutput out, String string)
           
 

Field Detail

DIRECT

static final StringIO DIRECT
Method Detail

write

void write(ExtendedDataOutput out,
           String string)
           throws IOException
Throws:
IOException

read

String read(ExtendedDataInput in)
            throws IOException
Throws:
IOException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.