com.aspose.email
Class ManagedFileStream

java.lang.Object
  extended by com.aspose.email.ms.System.IO.Stream
      extended by com.aspose.email.ms.System.IO.FileStream
          extended by com.aspose.email.ManagedFileStream
All Implemented Interfaces:
com.aspose.email.ms.System.IDisposable

public class ManagedFileStream
extends com.aspose.email.ms.System.IO.FileStream

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

dispose

public void dispose()
Specified by:
dispose in interface com.aspose.email.ms.System.IDisposable
Overrides:
dispose in class com.aspose.email.ms.System.IO.Stream

close

public void close()
Overrides:
close in class com.aspose.email.ms.System.IO.Stream


Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.