|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |
This file contains all the changes in documentation in the packagecom.itextpdf.io.source
as colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.
Closes this source. The underlying data structure or source (if any) will also be closed @throws java.io.IOException in case of any reading error.
Resolve escape symbols or hexadecimal symbols.Class PdfTokenizer, byte[] decodeStringContent(byte[], int, int, boolean)
NOTE Due to PdfReference 1.7 part 3.2.3 String value contain ASCII characters, so we can convert it directly to byte array. @paramcontentcontent string bytes to be decoded @paramhexWritinghexWriting true if given string is hex-encoded, e.g. '<#>'. False otherwise, e.g. '((iText( some version)#)' @return byte[] for decrypting or for creating java.lang.String.
Resolve escape symbols or hexadecimal symbols.Class PdfTokenizer, boolean readLineSegment(ByteBuffer)NOTE Due to PdfReference 1.7 part 3.2.3 String value contain ASCII characters, so we can convert it directly to byte array. @param
contentcontent string bytes to be decoded @paramfromfrom given start index @paramtoto given end index @paramhexWritinghexWriting true if given string is hex-encoded, e.g. '<#>'. False otherwise, e.g. '((iText( some version)#)' @return byte[] for decrypting or for creating java.lang.String.
Reads data into the provided byte[]. Checks on leading whitespace. See isWhiteSpace(int) or isWhiteSpace(int, boolean) for a list of whitespace characters.Class PdfTokenizer, boolean readLineSegment(ByteBuffer, boolean)
The same as calling readLineSegment(input, true). @param buffer@seea ByteBuffer to which the result of reading willByteBufferbe saved @returnbooleantrue, if something was read or if the end of the input stream is not reached @throws java.io.IOException in case of any reading error
Reads data into the provided byte[]. Checks on leading whitespace. See isWhiteSpace(int) or isWhiteSpace(int, boolean) for a list of whitespace characters. @param buffera ByteBuffer to which the result of reading will@seebeByteBuffersaved @param isNullWhitespace boolean to indicate whether '0' is whitespace or not. If in doubt, use true or overloaded method readLineSegment(input) @returnbooleantrue, if something was read or if the end of the input stream is not reached @throws java.io.IOException in case of any reading error