Class StreamAndInfo
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.server.distribution.impl.StreamAndInfo
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class StreamAndInfo extends java.lang.Object implements java.lang.AutoCloseable
StreamAndInfo class
-
-
Constructor Summary
Constructors Constructor Description StreamAndInfo(java.io.InputStream stream, java.lang.Long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.lang.Long
getSize()
getter for sizejava.io.InputStream
getStream()
getter for stream
-