public final class GFAdapterHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getStringFromASAtom(ASAtom asAtom) |
static String |
getStringFromCOSObject(COSObject object) |
static byte[] |
inputStreamToByteArray(InputStream is)
Generates byte array with contents of a stream
|
public static byte[] inputStreamToByteArray(InputStream is) throws IOException
is - input stream for convertingIOException - If the first byte cannot be read for any reason other than
end of file, or if the input stream has been closed, or if
some other I/O error occurs.Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.