- rawData() - Method in class io.ipfs.api.IpldNode.CborIpldNode
-
- rawData() - Method in class io.ipfs.api.IpldNode.JsonIpldNode
-
- rawData() - Method in interface io.ipfs.api.IpldNode
-
- readArrayLength() - Method in class io.ipfs.api.cbor.CborDecoder
-
Prolog to reading an array value in CBOR format.
- readBoolean() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a boolean value in CBOR format.
- readBreak() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a "break"/stop value in CBOR format.
- readByteString() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a byte string value in CBOR format.
- readByteStringLength() - Method in class io.ipfs.api.cbor.CborDecoder
-
Prolog to reading a byte string value in CBOR format.
- readDouble() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a double-precision float value in CBOR format.
- readFloat() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a single-precision float value in CBOR format.
- readHalfPrecisionFloat() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a half-precision float value in CBOR format.
- readInt() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a signed or unsigned integer value in CBOR format.
- readInt16() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a signed or unsigned 16-bit integer value in CBOR format.
- readInt32() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a signed or unsigned 32-bit integer value in CBOR format.
- readInt64() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a signed or unsigned 64-bit integer value in CBOR format.
- readInt8() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a signed or unsigned 8-bit integer value in CBOR format.
- readMajorType(int) - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
- readMajorTypeExact(int, int) - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectations.
- readMajorTypeWithSize(int) - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, verifies whether it matches the given expectation, and decodes the payload into a size.
- readMapLength() - Method in class io.ipfs.api.cbor.CborDecoder
-
Prolog to reading a map of key-value pairs in CBOR format.
- readNull() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a null
-value in CBOR format.
- readSimpleValue() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a single byte value in CBOR format.
- readSmallInt() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a signed or unsigned small (<= 23) integer value in CBOR format.
- readTag() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads a semantic tag value in CBOR format.
- readTextString() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an UTF-8 encoded string value in CBOR format.
- readTextStringLength() - Method in class io.ipfs.api.cbor.CborDecoder
-
Prolog to reading an UTF-8 encoded string value in CBOR format.
- readUInt(int, boolean) - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an unsigned integer with a given length-indicator.
- readUInt16() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an unsigned 16-bit integer value
- readUInt32() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an unsigned 32-bit integer value
- readUInt64() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an unsigned 64-bit integer value
- readUInt8() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an unsigned 8-bit integer value
- readUIntExact(int, int) - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an unsigned integer with a given length-indicator.
- readUndefined() - Method in class io.ipfs.api.cbor.CborDecoder
-
Reads an undefined value in CBOR format.
- refs - Variable in class io.ipfs.api.IPFS
-
- refs(Multihash, boolean) - Method in class io.ipfs.api.IPFS
-
- Refs() - Constructor for class io.ipfs.api.IPFS.Refs
-
- rename(String, String) - Method in class io.ipfs.api.IPFS.Key
-
- replace(NamedStreamable) - Method in class io.ipfs.api.IPFS.Config
-
- repo - Variable in class io.ipfs.api.IPFS
-
- Repo() - Constructor for class io.ipfs.api.IPFS.Repo
-
- resolve(Multihash) - Method in class io.ipfs.api.IPFS.Name
-
- resolve(String, Multihash, boolean) - Method in class io.ipfs.api.IPFS
-
- resolve(List<String>) - Method in class io.ipfs.api.IpldNode.CborIpldNode
-
- resolve(List<String>) - Method in class io.ipfs.api.IpldNode.JsonIpldNode
-
- resolve(List<String>) - Method in interface io.ipfs.api.IpldNode
-
- right - Variable in class io.ipfs.api.Pair
-
- rm(MultiAddress) - Method in class io.ipfs.api.IPFS.Bootstrap
-
- rm(MultiAddress, boolean) - Method in class io.ipfs.api.IPFS.Bootstrap
-
- rm(String) - Method in class io.ipfs.api.IPFS.Key
-
- rm(Multihash) - Method in class io.ipfs.api.IPFS.Pin
-
- rm(Multihash, boolean) - Method in class io.ipfs.api.IPFS.Pin
-
- TAG_BASE64_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a base64 encoded string (UTF8 string).
- TAG_BASE64_URL_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a base64url encoded string (UTF8 string).
- TAG_BIGDECIMAL - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a big decimal value (two-element array, base 2).
- TAG_CBOR_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing an encoded CBOR data item (byte string).
- TAG_CBOR_MARKER - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing CBOR content.
- TAG_DECIMAL_FRACTION - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a decimal fraction value (two-element array, base 10).
- TAG_EPOCH_DATE_TIME - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing date/time values as Epoch timestamp (numeric, RFC3339).
- TAG_EXPECTED_BASE16_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing an expected conversion to base16 encoding.
- TAG_EXPECTED_BASE64_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing an expected conversion to base64 encoding.
- TAG_EXPECTED_BASE64_URL_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing an expected conversion to base64url encoding.
- TAG_MIME_MESSAGE - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a MIME message (UTF8 string, RFC2045).
- TAG_NEGATIVE_BIGINT - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a negative big integer value (byte string).
- TAG_POSITIVE_BIGINT - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a positive big integer value (byte string).
- TAG_REGEXP - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing a regular expression string (UTF8 string, PCRE).
- TAG_STANDARD_DATE_TIME - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing date/time values in the standard format (UTF8 string, RFC3339).
- TAG_URI - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Semantic tag value describing an URL (UTF8 string).
- target - Variable in class io.ipfs.api.cbor.CborObject.CborMerkleLink
-
- target - Variable in class io.ipfs.api.IpldNode.Link
-
- toByteArray() - Method in interface io.ipfs.api.cbor.CborObject
-
- toCbor() - Method in interface io.ipfs.api.cbor.Cborable
-
- toCbor() - Method in class io.ipfs.api.IpldNode.CborIpldNode
-
- toCbor() - Method in class io.ipfs.api.IpldNode.JsonIpldNode
-
- toJSON() - Method in class io.ipfs.api.MerkleNode
-
- toJSONString() - Method in class io.ipfs.api.MerkleNode
-
- toString() - Method in class io.ipfs.api.cbor.CborObject.CborBoolean
-
- toString() - Method in class io.ipfs.api.cbor.CborObject.CborLong
-
- toString() - Method in class io.ipfs.api.cbor.CborObject.CborNull
-
- toString() - Method in class io.ipfs.api.cbor.CborObject.CborString
-
- toString() - Method in class io.ipfs.api.cbor.CborType
-
- toString(Object) - Static method in class io.ipfs.api.JSONParser
-
- toString() - Method in class io.ipfs.api.KeyInfo
-
- toString() - Method in class io.ipfs.api.Pair
-
- toString() - Method in class io.ipfs.api.Version
-
- tree(String, int) - Method in class io.ipfs.api.IpldNode.CborIpldNode
-
- tree(String, int) - Method in class io.ipfs.api.IpldNode.JsonIpldNode
-
- tree(String, int) - Method in interface io.ipfs.api.IpldNode
-
Lists all paths within the object under 'path', and up to the given depth.
- TRUE - Static variable in interface io.ipfs.api.cbor.CborConstants
-
The CBOR-encoded boolean true
value (encoded as "simple value").
- TWO_BYTES - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Denotes a two-byte value (uint16).
- type - Variable in class io.ipfs.api.MerkleNode
-
- TYPE_ARRAY - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 4: array of items.
- TYPE_BYTE_STRING - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 2: byte string.
- TYPE_FLOAT_SIMPLE - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 7: floating point, simple data types.
- TYPE_MAP - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 5: map of pairs.
- TYPE_NEGATIVE_INTEGER - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 1: negative integers.
- TYPE_TAG - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 6: semantic tags.
- TYPE_TEXT_STRING - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 3: text/UTF8 string.
- TYPE_UNSIGNED_INTEGER - Static variable in interface io.ipfs.api.cbor.CborConstants
-
Major type 0: unsigned integers.
- writeArrayStart() - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes the start of an indefinite-length array.
- writeArrayStart(int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes the start of a definite-length array.
- writeBoolean(boolean) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a boolean value in canonical CBOR format.
- writeBreak() - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a "break" stop-value in canonical CBOR format.
- writeByteString(byte[]) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a byte string in canonical CBOR-format.
- writeByteStringStart() - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes the start of an indefinite-length byte string.
- writeDouble(double) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a double-precision float value in canonical CBOR format.
- writeFloat(float) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a single-precision float value in canonical CBOR format.
- writeHalfPrecisionFloat(float) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a half-precision float value in canonical CBOR format.
- writeInt(long) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a signed or unsigned integer value in canonical CBOR format, that is, tries to encode it in a little bytes as possible..
- writeInt16(int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a signed or unsigned 16-bit integer value in CBOR format.
- writeInt32(long) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a signed or unsigned 32-bit integer value in CBOR format.
- writeInt64(long) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a signed or unsigned 64-bit integer value in CBOR format.
- writeInt8(int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a signed or unsigned 8-bit integer value in CBOR format.
- writeMapStart() - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes the start of an indefinite-length map.
- writeMapStart(int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes the start of a finite-length map.
- writeNull() - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a null
value in canonical CBOR format.
- writeSimpleType(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Encodes and writes the major type and value as a simple type.
- writeSimpleValue(byte) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a simple value, i.e., an "atom" or "constant" value in canonical CBOR format.
- writeSmallInt(int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a signed or unsigned small (<= 23) integer value in CBOR format.
- writeString(int, byte[]) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a byte string in canonical CBOR-format.
- writeTag(long) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes a semantic tag in canonical CBOR format.
- writeTextString(String) - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes an UTF-8 string in canonical CBOR-format.
- writeTextStringStart() - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes the start of an indefinite-length UTF-8 string.
- writeType(int, long) - Method in class io.ipfs.api.cbor.CborEncoder
-
Encodes and writes the major type indicator with a given payload (length).
- writeUInt(int, long) - Method in class io.ipfs.api.cbor.CborEncoder
-
Encodes and writes an unsigned integer value, that is, tries to encode it in a little bytes as possible.
- writeUInt16(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Encodes and writes an unsigned 16-bit integer value
- writeUInt32(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Encodes and writes an unsigned 32-bit integer value
- writeUInt64(int, long) - Method in class io.ipfs.api.cbor.CborEncoder
-
Encodes and writes an unsigned 64-bit integer value
- writeUInt8(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
-
Encodes and writes an unsigned 8-bit integer value
- writeUndefined() - Method in class io.ipfs.api.cbor.CborEncoder
-
Writes an "undefined" value in canonical CBOR format.