Uses of Class
org.praxislive.core.types.PBytes
Packages that use PBytes
-
Uses of PBytes in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PBytesMethods in org.praxislive.core.types that return PBytesModifier and TypeMethodDescriptionstatic PBytesPBytes.of(List<? extends DataObject> list) Encode the provided List of DataObject subclasses into a new PBytesstatic PBytesstatic PBytesPBytes.serialize(Serializable obj) Create a PBytes of the serialized form of the provided object.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 PBytesPBytes.valueOf(byte[] bytes) Methods in org.praxislive.core.types that return types with arguments of type PBytes -
Uses of PBytes in org.praxislive.video.code
Methods in org.praxislive.video.code that return types with arguments of type PBytesModifier and TypeMethodDescriptionWrite the image as bytes in the specified format.Scale and write the image as bytes in the specified format.