Uses of Class
com.saperion.common.io.TempFileByteBuffer
-
Packages that use TempFileByteBuffer Package Description com.saperion.common.io -
-
Uses of TempFileByteBuffer in com.saperion.common.io
Subclasses of TempFileByteBuffer in com.saperion.common.io Modifier and Type Class Description classReadOnceTempFileByteBufferThis sub-class ofTempFileByteBufferis only capable to return oneInputStream.Methods in com.saperion.common.io that return TempFileByteBuffer Modifier and Type Method Description TempFileByteBufferTempFileByteBufferOutputStream. getBuffer()Returns anTempFileByteBufferthat can be used to read the data that is contained in this stream.Constructors in com.saperion.common.io with parameters of type TempFileByteBuffer Constructor Description TempFileByteBufferOutputStream(TempFileByteBuffer buffer)
-