Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jcsq
Class PacketStripper  view PacketStripper download PacketStripper.java

java.lang.Object
  extended byjcsq.PacketStripper

public abstract class PacketStripper
extends java.lang.Object


Field Summary
protected  byte[] bytes
           
 
Constructor Summary
PacketStripper(byte[] b)
           
 
Method Summary
protected  byte[] strip(byte[] b, int offset)
           
protected  void strip(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

protected byte[] bytes
Constructor Detail

PacketStripper

public PacketStripper(byte[] b)
Method Detail

strip

protected byte[] strip(byte[] b,
                       int offset)

strip

protected void strip(int offset)