hassam baig
hassam baig

Reputation: 53

Alternate method for RandomAccessFileOrArray(byte[])

Can anyone please tell me what the alternate method is for RandomAccessFileOrArray(byte[]) for iText.

Upvotes: 5

Views: 4011

Answers (1)

Jabir
Jabir

Reputation: 2866

From java doc located at http://itextsupport.com/apidocs/itext5/5.5.9/com/itextpdf/text/pdf/RandomAccessFileOrArray.html

RandomAccessFileOrArray(byte[] arrayIn)
          Deprecated. use RandomAccessSourceFactory.createSource(byte[]) and RandomAccessFileOrArray(RandomAccessSource) instead

Upvotes: 3

Related Questions