Package ej.ecom.io
Interface ContentConnection
-
- All Superinterfaces:
Connection,InputConnection,OutputConnection,StreamConnection
public interface ContentConnection extends StreamConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()longgetLength()StringgetType()-
Methods inherited from interface ej.ecom.io.Connection
close
-
Methods inherited from interface ej.ecom.io.InputConnection
openDataInputStream, openInputStream
-
Methods inherited from interface ej.ecom.io.OutputConnection
openDataOutputStream, openOutputStream
-
-