iText 7 7.1.8 API
iText.IO.Source.ThreadSafeRandomAccessSource Class Reference
Inheritance diagram for iText.IO.Source.ThreadSafeRandomAccessSource:
iText.IO.Source.IRandomAccessSource

Public Member Functions

  ThreadSafeRandomAccessSource (IRandomAccessSource source)
 
virtual int  Get (long position)
 
Exceptions
System.IO.IOException

 
virtual int  Get (long position, byte[] bytes, int off, int len)
 
Exceptions
System.IO.IOException

 
virtual long  Length ()
  Gets the length of the source More...
 
virtual void  Close ()
 
Exceptions
System.IO.IOException

 

Member Function Documentation

◆ Length()

virtual long iText.IO.Source.ThreadSafeRandomAccessSource.Length ( )
inlinevirtual

Gets the length of the source

Returns
the length of this source

Implements iText.IO.Source.IRandomAccessSource.