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 PBytesPBytes. EMPTYMethods in org.praxislive.core.types that return PBytes Modifier and Type Method Description static PBytesPBytes. of(List<? extends DataObject> list)Encode the provided List of DataObject subclasses into a new PBytesstatic PBytesPBytes. parse(String str)static PBytesPBytes. serialize(Serializable obj)Create a PBytes of the serialized form of the provided object.PBytesPBytes.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 PBytesPBytes. 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)
-