Class DataBufferByteWriter


  • public class DataBufferByteWriter
    extends DataBuffer
    An implementation of the DataBuffer abstract class which wraps a ByteWriter inside it. All the data written to the DataBuffer will actually be read from and written to the byteWriter. This class is used for the BufferedImages which has the raster data in the DataBuffers.