Package fr.gouv.vitam.workspace.client
Class WorkspaceBufferingInputStream
- java.lang.Object
-
- java.io.InputStream
-
- fr.gouv.vitam.workspace.client.WorkspaceBufferingInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class WorkspaceBufferingInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description WorkspaceBufferingInputStream(WorkspaceClientFactory workspaceClientFactory, java.lang.String containerName, java.lang.String objectName, int maxOnDiskBufferSize, int maxInMemoryBufferSize, java.io.File tmpDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread()intread(byte[] buffer)intread(byte[] buffer, int off, int len)
-
-
-
Constructor Detail
-
WorkspaceBufferingInputStream
public WorkspaceBufferingInputStream(WorkspaceClientFactory workspaceClientFactory, java.lang.String containerName, java.lang.String objectName, int maxOnDiskBufferSize, int maxInMemoryBufferSize, java.io.File tmpDirectory) throws java.io.IOException, ContentAddressableStorageNotFoundException
- Throws:
java.io.IOExceptionContentAddressableStorageNotFoundException
-
-
Method Detail
-
read
public int read() throws java.io.IOException- Specified by:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
read
public int read(byte[] buffer) throws java.io.IOException- Overrides:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
read
public int read(byte[] buffer, int off, int len) throws java.io.IOException- Overrides:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.InputStream- Throws:
java.io.IOException
-
-