Uses of Package
fr.gouv.vitam.common.stream
Package
Description
This package concerns Common Stream handling as Helpers for common actions or MultipleInputStream multiplexer.
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides core implementation (Workspace based) for the Storage Offer Default
module
-
ClassDescriptionWrites data to the
BoundedByteBuffer
At the end of data, should write and End Of File (EOF) using the writeEOF() method Closing the Writer without EOF would throw a IOException (Broken stream) Non thread safe.Input stream that checks input stream size (avoids premature EOF or invalid file size) This input stream guaranties that an exception occur BEFORE the last data byte is returned. -
ClassDescriptionThis class implements a fake InputStream from a Response such that the response will be closed once the stream is closed itself.
-