javax.microedition.io
Interface ContentConnection

All Superinterfaces:
Connection, InputConnection, OutputConnection, StreamConnection

public interface ContentConnection
extends StreamConnection


Method Summary
 java.lang.String getEncoding()
           
 long getLength()
           
 java.lang.String getType()
           
 
Methods inherited from interface javax.microedition.io.InputConnection
openDataInputStream, openInputStream
 
Methods inherited from interface javax.microedition.io.OutputConnection
openDataOutputStream, openOutputStream
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

getType

java.lang.String getType()

getEncoding

java.lang.String getEncoding()

getLength

long getLength()


Copyright © 2001-2011 MicroEmulator Team. All Rights Reserved.