ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / RandomAccessIO Interface
Members

In This Topic
    RandomAccessIO Interface
    In This Topic
    This abstract class defines the interface to perform random access I/O. It implements the BinaryDataInput and BinaryDataOutput interfaces so that binary data input/output can be performed.

    This interface supports streams of up to 2 GB in length.

    Object Model
    RandomAccessIO Interface
    Syntax
    'Declaration
     
    
    Public Interface RandomAccessIO 
       Inherits BinaryDataInput, BinaryDataOutput 
    public interface RandomAccessIO : BinaryDataInput, BinaryDataOutput  
    See Also