Uses of Class
org.praxislive.core.types.PBytes
-
Packages that use PBytes Package Description org.praxislive.core.types -
-
Uses of PBytes in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PBytes Modifier and Type Field Description static PBytes
PBytes. EMPTY
Methods in org.praxislive.core.types that return PBytes Modifier and Type Method Description static PBytes
PBytes. of(List<? extends DataObject> list)
Encode the provided List of DataObject subclasses into a new PBytesstatic PBytes
PBytes. parse(String str)
static PBytes
PBytes. serialize(Serializable obj)
Create a PBytes of the serialized form of the provided object.PBytes
PBytes.OutputStream. toBytes()
<T extends DataObject>
PBytesPBytes. transformIn(T container, Consumer<T> transformer)
Transform data by iterating into provided container and calling provided consumer before writing container into new PBytesstatic PBytes
PBytes. valueOf(byte[] bytes)
Methods in org.praxislive.core.types that return types with arguments of type PBytes Modifier and Type Method Description static <T extends DataObject>
Collector<T,?,PBytes>PBytes. collector()
Collector to take Stream of DataObject subclasses and write into new PBytes.static Optional<PBytes>
PBytes. from(Value arg)
-