public class StiOutputStream
extends java.io.OutputStream
OutputStream wrapper with position in stream
Copyright Stimulsoft| Constructor and Description |
|---|
StiOutputStream(java.io.OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPosition()
Cet current position
|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public StiOutputStream(java.io.OutputStream stream)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic long getPosition()
Copyright © 2020 Stimulsoft. All Rights Reserved.