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
| Name | Type | Access | Description |
|---|---|---|---|
outputStream | OutputStream | Read | Provides direct access to the underlying OutputStream |
inputStream | java.io.InputStream | Read |
Methods
| Signature | Description |
|---|---|
Stream(in: InputStream) | Creates a Stream wrapping the given InputStream |
Stream(out: OutputStream) | |
flush() | Flushes any buffered data to the underlying stream |
getOutputStream() → OutputStream | Returns the underlying OutputStream |
getInputStream() → java.io.InputStream | Returns the underlying InputStream |