PulpCore

Uses of Class
pulpcore.util.ByteArray

Packages that use ByteArray
pulpcore Provides basic classes necessary for PulpCore apps, including input, asset management, and scene management. 
pulpcore.image Provides classes for images, fonts, and graphic rendering. 
 

Uses of ByteArray in pulpcore
 

Methods in pulpcore that return ByteArray
static ByteArray Assets.get(String assetName)
          Gets an asset as a ByteArray.
 

Uses of ByteArray in pulpcore.image
 

Methods in pulpcore.image that return ByteArray
static ByteArray PNGWriter.write(CoreImage image)
          Encodes the image as a PNG file and return the results as a byte array, or null if there was an error writing the image.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.