A B C D E F G I L N O P R S T U V W

E

ENCODE - Static variable in class Cosm.Client.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class Cosm.Client.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class Cosm.Client.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class Cosm.Client.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class Cosm.Client.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class Cosm.Client.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class Cosm.Client.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class Cosm.Client.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class Cosm.Client.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class Cosm.Client.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class Cosm.Client.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class Cosm.Client.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class Cosm.Client.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class Cosm.Client.Base64
Convenience method for encoding data to a file.
execute(HttpRequestBase) - Method in class Cosm.Client.CosmClient
 
Exposure - Enum in Cosm
 

A B C D E F G I L N O P R S T U V W