summaryrefslogtreecommitdiff
path: root/platform/java/src
diff options
context:
space:
mode:
Diffstat (limited to 'platform/java/src')
-rw-r--r--platform/java/src/com/artifex/mupdf/fitz/PDFDocument.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/java/src/com/artifex/mupdf/fitz/PDFDocument.java b/platform/java/src/com/artifex/mupdf/fitz/PDFDocument.java
index 62dd9f6d..68835aaa 100644
--- a/platform/java/src/com/artifex/mupdf/fitz/PDFDocument.java
+++ b/platform/java/src/com/artifex/mupdf/fitz/PDFDocument.java
@@ -30,6 +30,7 @@ public class PDFDocument extends Document
public native PDFObject newInteger(int i);
public native PDFObject newReal(float f);
public native PDFObject newString(String s);
+ public native PDFObject newByteString(byte[] bs);
public native PDFObject newName(String name);
public native PDFObject newIndirect(int num, int gen);
public native PDFObject newArray();