Package org.duracloud.chunk.stream
package org.duracloud.chunk.stream
-
ClassesClassDescriptionThis class provides the ability to limit the number of bytes read from the provided InputStream to maxChunkSize.This class combines the two InputStream implementations: - CountingInputStream & - DigestInputStreamThis wraps ByteArrayInputStream and adds a length field.