com.aspose.slides
Interface IStreamWrapper
- All Superinterfaces:
- com.aspose.ms.System.IDisposable
- All Known Implementing Classes:
- StreamWrapper
public interface IStreamWrapper
- extends com.aspose.ms.System.IDisposable
Aspose.IO.Stream wrapper for COM interface.
Methods inherited from interface com.aspose.ms.System.IDisposable |
dispose |
getStream
java.io.OutputStream getStream()
canRead
boolean canRead()
canSeek
boolean canSeek()
canWrite
boolean canWrite()
getLength
long getLength()
getPosition
long getPosition()
close
void close()
flush
void flush()
read
void read(byte[] buffer,
int offset,
int count)
readByte
int readByte()
seek
long seek(long offset,
int origin)
write
void write(byte[] buffer,
int offset,
int count)
writeByte
void writeByte(byte value)