Example #1
0
 public void close(PDFStream stream) throws IOException {
   stream.close();
   open = null;
   object(stream.getName() + lengthSuffix, stream.getLength());
 }