54555657585960
ByteBuffer buf = obj.getStreamBuffer(); byte[] byteA = new byte[buf.remaining()]; buf.get(byteA); String scriptContent = new String(byteA, "UTF-8"); this.tokens = new PostScriptParser().parse(scriptContent); }