Skip navigation links
C G I R S U W Z 

C

ch.e2e.bridge.tools.zip - package ch.e2e.bridge.tools.zip
 
ch.e2e.examples.blob - package ch.e2e.examples.blob
This package contains all classes used in the Blobs example of the E2E Bridge Java AddOn.
createObject(byte[]) - Static method in class ch.e2e.examples.blob.Serializer
 
createObject(Byte[]) - Static method in class ch.e2e.examples.blob.Serializer
 
createObject(ByteArrayInputStream) - Static method in class ch.e2e.examples.blob.Serializer
 

G

getBlob() - Method in class ch.e2e.bridge.tools.zip.ZipObject
Returns the unpacked content.
getName() - Method in class ch.e2e.bridge.tools.zip.ZipObject
Returns the name of the entry in the packed file.
getName() - Method in class ch.e2e.examples.blob.SerializableObject
 
getSerializedByteArray() - Method in class ch.e2e.examples.blob.SerializedObject
 
getSerializedBytes() - Method in class ch.e2e.examples.blob.SerializedObject
 
getSerializedStream() - Method in class ch.e2e.examples.blob.SerializedObject
 
getZipEntries(String) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Retrieves a list of all entries in the packed file.

I

isDirectory() - Method in class ch.e2e.bridge.tools.zip.ZipObject
Return true when the object represents a directory entry.

R

readAllFromZip(String) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Extracts the entry with the given name from the given zipfile.
readFromZip(String) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Extracts the first entry from the given zipfile.
readFromZip(String, String) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Extracts the entry with the given name from the given zipfile.

S

SerializableObject - Class in ch.e2e.examples.blob
Copyright © 2001-2005 E2E technologies Ltd.
SerializableObject() - Constructor for class ch.e2e.examples.blob.SerializableObject
 
serialize(SerializableObject) - Static method in class ch.e2e.examples.blob.Serializer
 
SerializedObject - Class in ch.e2e.examples.blob
Copyright © 2001-2005 E2E technologies Ltd.
SerializedObject() - Constructor for class ch.e2e.examples.blob.SerializedObject
 
Serializer - Class in ch.e2e.examples.blob
Copyright © 2001-2005 E2E technologies Ltd.
Serializer() - Constructor for class ch.e2e.examples.blob.Serializer
 
setBlob(byte[]) - Method in class ch.e2e.bridge.tools.zip.ZipObject
Sets the unpacked content.
setDirectory(boolean) - Method in class ch.e2e.bridge.tools.zip.ZipObject
Set this flag true if the object represents a diretory entry.
setName(String) - Method in class ch.e2e.bridge.tools.zip.ZipObject
Sets the name of the entry in the packed file.
setName(String) - Method in class ch.e2e.examples.blob.SerializableObject
 
setSerializedByteArray(Byte[]) - Method in class ch.e2e.examples.blob.SerializedObject
 
setSerializedBytes(byte[]) - Method in class ch.e2e.examples.blob.SerializedObject
 
setSerializedStream(ByteArrayInputStream) - Method in class ch.e2e.examples.blob.SerializedObject
 

U

unzip(InputStream) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Uncompresses the incoming data stream.

W

writeToZip(String, ZipObject[]) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Packs the given objects in the output file.
writeToZip(String, String, InputStream) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Packs the given input to an entry with the given name in the output file
writeToZip(String, InputStream) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Packs the given input to the output file

Z

zip(ZipObject[]) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Compresses the incoming data.
zip(ZipObject[], String) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Compresses the incoming data.
zip(ZipObject[], int) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Compresses the incoming data.
zip(ZipObject[], String, int) - Static method in class ch.e2e.bridge.tools.zip.ZipTools
Compresses the incoming data.
ZipObject - Class in ch.e2e.bridge.tools.zip
Holds the name of the entry and his unpacked content.
ZipObject(String) - Constructor for class ch.e2e.bridge.tools.zip.ZipObject
 
ZipObject(String, byte[]) - Constructor for class ch.e2e.bridge.tools.zip.ZipObject
 
ZipObject() - Constructor for class ch.e2e.bridge.tools.zip.ZipObject
 
ZipTools - Class in ch.e2e.bridge.tools.zip
Some usefull method to handle packed content within the E2E Bridge.
ZipTools() - Constructor for class ch.e2e.bridge.tools.zip.ZipTools
 
C G I R S U W Z 
Skip navigation links