January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.io.ContentConnection
This interface defines the stream connection over which content is
passed. The getEncoding() method returns a string
describing the encoding of the content, and getType( ) returns the type of content provided.
public interfaceContentConnection extends StreamConnection { // public instance methods public String getEncoding( ); public String getLength( ); public long getType( ); }
Read now
Unlock full access