Maven module :un.api : api-common :
Class :
un.api.collection.primitive.ByteSequence
Extends/Implements :
un.api.collection.AbstractSequence
un.api.collection.primitive.PrimitiveSequence
Subclasses : -
Variables : -
Functions :
ByteSequence,
ByteSequence,
skip,
skip,
put,
put,
put,
getBackArray,
toArrayByte,
toArray,
read,
read,
startWidth,
startWidth,
endWidth,
endWidth,
trimStart,
trimEnd,
getSize,
removeAll,
moveTo,
removeNext,
insert,
insert,
insert,
get,
add,
remove
public void
ByteSequence ()
public void
ByteSequence (byte[] buffer)
public void
skip ()
public void
skip (int nb)
public void
put (byte b)
public void
put (byte[] b)
public void
put (byte[] b, int offset, int length)
public byte[]
getBackArray ()
public byte[]
toArrayByte ()
public Object[]
toArray ()
public byte
read (int index)
public int
read (int index, byte[] buffer, int offset, int length)
public boolean
startWidth (byte[] buffer)
public boolean
startWidth (byte[] buffer, int offset, int length)
public boolean
endWidth (byte[] buffer)
public boolean
endWidth (byte[] buffer, int offset, int length)
public void
trimStart (int nbbyte)
public void
trimEnd (int nbbyte)
public int
getSize ()
public boolean
removeAll ()
public ByteSequence
moveTo (int position)
public boolean
removeNext (int nbElement)
public ByteSequence
insert (byte b)
public ByteSequence
insert (byte[] b)
public ByteSequence
insert (byte[] b, int offset, int length)
public Object
get (int index)
public boolean
add (int index, Object value)
public boolean
remove (int index)