All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.microedition.io.ContentConnection Maven / Gradle / Ivy

The newest version!
package javax.microedition.io;

/**
 * @since CLDC 1.0
 */
public interface ContentConnection extends StreamConnection {
    String getEncoding();

    long getLength();

    String getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy