MCPcopy Index your code
hub / github.com/dokan-dev/dokan-java / Byteable

Interface Byteable

src/main/java/dev/dokan/dokan_java/Byteable.java:6–22  ·  view source on GitHub ↗

A byteable object can be converted into an array of Bytes.

Source from the content-addressed store, hash-verified

4 * A byteable object can be converted into an array of Bytes.
5 */
6public interface Byteable {
7
8 /**
9 * Computes the byte representation of the object.
10 *
11 * @return array of bytes
12 */
13 byte[] toByteArray();
14
15 /**
16 * Function to retrieve the length of the byte array needed to represent the object.
17 *
18 * @return the size of byte array
19 */
20 int sizeOfByteArray();
21
22}

Callers 7

toByteArrayMethod · 0.65
toByteArrayMethod · 0.65
toByteArrayMethod · 0.65
toByteArrayMethod · 0.65
sizeOfByteArrayMethod · 0.65
sizeOfByteArrayMethod · 0.65

Implementers 7

SelfRelativeSecurityDescriptorsrc/main/java/dev/dokan/dokan_java/str
AccessControlListsrc/main/java/dev/dokan/dokan_java/str
SecurityIdentifiersrc/main/java/dev/dokan/dokan_java/str
AccessControlEntrysrc/main/java/dev/dokan/dokan_java/str
SidIdentifierAuthoritysrc/main/java/dev/dokan/dokan_java/con
AccessControlEntryTypesrc/main/java/dev/dokan/dokan_java/con
AccessAllowedACEsrc/main/java/dev/dokan/dokan_java/str

Calls

no outgoing calls

Tested by

no test coverage detected