com.myJava.file.delta.tools
Class LinkedListElement

java.lang.Object
  extended by com.myJava.file.delta.tools.LinkedListElement

public class LinkedListElement
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
LinkedListElement(int bufferSize)
           
 
Method Summary
 void add(byte b)
           
 int availableData()
           
 boolean canAdd()
           
 boolean canRemove()
           
 void digest(java.security.MessageDigest digest)
           
 byte[] getBytes()
           
 int getFirst()
           
 LinkedListElement getNext()
           
 byte remove()
           
 void setNext(LinkedListElement next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedListElement

public LinkedListElement(int bufferSize)
Method Detail

getNext

public LinkedListElement getNext()

setNext

public void setNext(LinkedListElement next)

canAdd

public boolean canAdd()

add

public void add(byte b)

canRemove

public boolean canRemove()

remove

public byte remove()

availableData

public int availableData()

digest

public void digest(java.security.MessageDigest digest)

getFirst

public int getFirst()

getBytes

public byte[] getBytes()