|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.ms.System.IO.Stream
com.aspose.email.ms.System.IO.FileStream
com.aspose.email.ManagedFileStream
public class ManagedFileStream
Simple implementation of the Stream to read and write into a disk file that uses Java's RandomAccessFile.
Field Summary |
---|
Fields inherited from class com.aspose.email.ms.System.IO.Stream |
---|
Null |
Method Summary | |
---|---|
void |
close()
|
void |
dispose()
|
Methods inherited from class com.aspose.email.ms.System.IO.FileStream |
---|
canRead, canSeek, canWrite, flush, getLength, getName, getPosition, read, readByte, seek, setLength, setPosition, write, writeByte |
Methods inherited from class com.aspose.email.ms.System.IO.Stream |
---|
_synchronized, canTimeout, fromJava, getReadTimeout, getWriteTimeout, setReadTimeout, setWriteTimeout, toInputStream, toJava, toOutputStream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void dispose()
dispose
in interface com.aspose.email.ms.System.IDisposable
dispose
in class com.aspose.email.ms.System.IO.Stream
public void close()
close
in class com.aspose.email.ms.System.IO.Stream
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |