IcedTea-Web
NetX
A B C D E F G H I J K L M N O P R S T U V W X

E

encode(InputStream, OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encode(byte[], OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encode(byte[]) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encode(ByteBuffer, OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the aBuffer ByteBuffer and write the encoded result to the OutputStream aStream.
encode(ByteBuffer) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
A 'streamless' version of encode that simply takes a ByteBuffer and returns a string containing the encoded buffer.
encodeAtom(OutputStream, byte[], int, int) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode one "atom" of information into characters.
encodeAtom(OutputStream, byte[], int, int) - Method in class net.sourceforge.jnlp.tools.HexDumpEncoder
 
encodeBuffer(InputStream, OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encodeBuffer(byte[], OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encodeBuffer(byte[]) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encodeBuffer(ByteBuffer, OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the aBuffer ByteBuffer and write the encoded result to the OutputStream aStream.
encodeBuffer(ByteBuffer) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
A 'streamless' version of encode that simply takes a ByteBuffer and returns a string containing the encoded buffer.
encodeBufferPrefix(OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the prefix for the entire buffer.
encodeBufferPrefix(OutputStream) - Method in class net.sourceforge.jnlp.tools.HexDumpEncoder
 
encodeBufferSuffix(OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the suffix for the entire buffer.
encodeLinePrefix(OutputStream, int) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the prefix that starts every output line.
encodeLinePrefix(OutputStream, int) - Method in class net.sourceforge.jnlp.tools.HexDumpEncoder
 
encodeLineSuffix(OutputStream) - Method in class net.sourceforge.jnlp.tools.CharacterEncoder
Encode the suffix that ends every output line.
encodeLineSuffix(OutputStream) - Method in class net.sourceforge.jnlp.tools.HexDumpEncoder
 
enumerateAttributeNames() - Method in class net.sourceforge.nanoxml.XMLElement
Enumerates the attribute names.
enumerateChildren() - Method in class net.sourceforge.nanoxml.XMLElement
Enumerates the child elements.
equal(List<String>, List<String>) - Method in class net.sourceforge.jnlp.Version
Returns whether the parts of one version are equal to the parts of another version.
equals(Object) - Method in class net.sourceforge.jnlp.cache.Resource
 
ERROR - Static variable in class net.sourceforge.jnlp.cache.Resource
 
establishCertChain(Certificate, Certificate) - Method in class net.sourceforge.jnlp.tools.KeyTool
Establishes a certificate chain (using trusted certificates in the keystore), starting with the user certificate and ending at a self-signed certificate found in the keystore.
expectedInput(String) - Method in class net.sourceforge.nanoxml.XMLElement
Creates a parse exception for when the next character read is not the character that was expected.
expectedInput(String, char) - Method in class net.sourceforge.nanoxml.XMLElement
Creates a parse exception for when the next character read is not the character that was expected.
ExtendedService - Interface in javax.jnlp
This interface provides a way for the JNLP application to open specific files in the client's system.
EXTENSION - Static variable in interface javax.jnlp.DownloadService2
 
ExtensionDesc - Class in net.sourceforge.jnlp
The extension element.
ExtensionDesc(String, Version, URL) - Constructor for class net.sourceforge.jnlp.ExtensionDesc
Create an extention descriptor.
ExtensionInstallerService - Interface in javax.jnlp
 

IcedTea-Web
NetX
A B C D E F G H I J K L M N O P R S T U V W X
Submit a bug or feature