Uses of Class
org.omnaest.utils.structure.container.ByteArrayContainer

Packages that use ByteArrayContainer
org.omnaest.utils.structure.container   
 

Uses of ByteArrayContainer in org.omnaest.utils.structure.container
 

Fields in org.omnaest.utils.structure.container with type parameters of type ByteArrayContainer
static Class<? extends ByteArrayContainer> ByteArrayContainer.implementationForByteArrayContainerClass
          Used by the factory method.
 

Methods in org.omnaest.utils.structure.container that return ByteArrayContainer
 ByteArrayContainer ByteArrayContainer.copyFrom(byte[] source)
          Copies the content from a byte array into the container.
 ByteArrayContainer ByteArrayContainer.copyFrom(ByteArrayContainer sourceByteArrayContainer)
          Copies the content from another container into this one.
 ByteArrayContainer ByteArrayContainer.copyFrom(CharSequence charSequence)
          Copies the content of a CharSequence into the ByteArrayContainer using the DEFAULTENCODING.
 ByteArrayContainer ByteArrayContainer.copyFrom(CharSequence charSequence, String encoding)
          Copies the content of a CharSequence into the ByteArrayContainer.
 ByteArrayContainer ByteArrayContainer.copyFrom(InputStream sourceInputStream)
          Copies the content from an InputStream into the ByteArrayContainer without closing the InputStream

If the copy operation fails the content of the ByteArrayContainer is set to invalid.
 ByteArrayContainer ByteArrayContainer.copyFrom(String string)
          Copies the content of a String into the container.
 ByteArrayContainer ByteArrayContainer.copyFrom(String string, String encoding)
          Copies the content of a String into the ByteArrayContainer.
static ByteArrayContainer ByteArrayContainer.createNewInstance()
          Creates a new instance of this class.
 ByteArrayContainer ByteArrayContainer.setContent(byte[] content)
           
static ByteArrayContainer ByteArrayContainer.zipFilenameByteArrayContainerMap(Map<String,ByteArrayContainer> byteArrayContainerMap)
          Zipps all ByteArrayContainers of a given map, which contains filenames with corresponding unzipped ByteArrayContainer objects.
 

Methods in org.omnaest.utils.structure.container that return types with arguments of type ByteArrayContainer
 Map<String,ByteArrayContainer> ByteArrayContainer.unzip()
          Converts a zip file content into unzipped content.
static Map<String,ByteArrayContainer> ByteArrayContainer.unzipIntoFilenameByteArrayContainerMap(ByteArrayContainer byteArrayContainer)
          Unzipps the given ByteArrayContainer object into a map containing the filenames and unzipped ByteArrayContainer objects for each file.
 

Methods in org.omnaest.utils.structure.container with parameters of type ByteArrayContainer
 ByteArrayContainer ByteArrayContainer.copyFrom(ByteArrayContainer sourceByteArrayContainer)
          Copies the content from another container into this one.
static Map<String,ByteArrayContainer> ByteArrayContainer.unzipIntoFilenameByteArrayContainerMap(ByteArrayContainer byteArrayContainer)
          Unzipps the given ByteArrayContainer object into a map containing the filenames and unzipped ByteArrayContainer objects for each file.
 

Method parameters in org.omnaest.utils.structure.container with type arguments of type ByteArrayContainer
static ByteArrayContainer ByteArrayContainer.zipFilenameByteArrayContainerMap(Map<String,ByteArrayContainer> byteArrayContainerMap)
          Zipps all ByteArrayContainers of a given map, which contains filenames with corresponding unzipped ByteArrayContainer objects.
 



Copyright © 2011. All Rights Reserved.