picturedream.utils
Class ByteBuffer

java.lang.Object
  |
  +--picturedream.utils.ByteBuffer

public class ByteBuffer
extends java.lang.Object

Title: PictureDream

Description:

Copyright: Copyright (c) 2003 MRoc

Organisation: MRoc Audiosolutions

Version:
1.0
Author:
MRoc

Field Summary
private  byte[] data
           
private  int locator
           
 
Constructor Summary
ByteBuffer(int lengthInBytes)
           
 
Method Summary
 byte[] array()
           
 void put(byte b)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

data

private byte[] data

locator

private int locator
Constructor Detail

ByteBuffer

public ByteBuffer(int lengthInBytes)
Method Detail

put

public void put(byte b)

array

public byte[] array()