17011702170317041705170617071708170917101711
if (readDepth == 0) { return new PdfBoolean( false ); } //else return PdfBoolean.PDFFALSE; } return new PdfLiteral(-type.ordinal(), tokens.getStringValue()); } } /** Decodes a stream that has the FlateDecode filter. * @param in the input data
16971698169917001701170217031704170517061707
179180181182183184185186187188189
case NUMBER: return new PdfNumber(tokeniser.getStringValue()); case OTHER: return new PdfLiteral(COMMAND_TYPE, tokeniser.getStringValue()); default: return new PdfLiteral(-type.ordinal(), tokeniser.getStringValue()); } } /** * Reads the next token skipping over the comments.
16581659166016611662166316641665166616671668
19131914191519161917191819191920192119221923
182183184185186187188189190191192
16981699170017011702170317041705170617071708