Stream

Overview

Stream is a class in Aspose.3D FOSS for Java. Inherits from: FilterInputStream.

Stream.Stream creates a Stream wrapping the given InputStream.

Properties

NameTypeAccessDescription
outputStreamOutputStreamReadProvides direct access to the underlying OutputStream
inputStreamjava.io.InputStreamRead

Methods

SignatureDescription
Stream(in: InputStream)Creates a Stream wrapping the given InputStream
Stream(out: OutputStream)
flush()Flushes any buffered data to the underlying stream
getOutputStream()OutputStreamReturns the underlying OutputStream
getInputStream()java.io.InputStreamReturns the underlying InputStream

See Also