Package com.stimulsoft.base.utils
Class StiOutputStream
java.lang.Object
java.io.OutputStream
com.stimulsoft.base.utils.StiOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
OutputStream wrapper with position in stream
Copyright Stimulsoft-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Constructor Details
-
StiOutputStream
- Throws:
FileNotFoundException
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
getPosition
public long getPosition()Cet current position- Returns:
- Current position
-