| Modifier and Type | Method and Description |
|---|---|
static CborReader |
CborReader.createFromByteArray(byte[] bytes)
Creates a
CborReader instance from a byte array. |
static CborReader |
CborReader.createFromByteArray(byte[] bytes,
int offset)
Creates a
CborReader instance from a byte array with starting offset. |
static CborReader |
CborReader.createFromByteArray(byte[] bytes,
int offset,
int objectCount)
Creates a
CborReader instance from a byte array with starting offset and a total
object count. |
static CborReader |
CborReader.createFromInputStream(InputStream inputStream)
Creates a
CborReader instance from an InputStream instance. |
static CborReader |
CborReader.createFromInputStream(InputStream inputStream,
int objectCount)
Creates a
CborReader instance from an InputStream instance with a total
object count. |
Copyright © 2018–2023. All rights reserved.