Uses of Interface
org.apache.mina.util.byteaccess.ByteArray
Packages that use ByteArray
-
Uses of ByteArray in org.apache.mina.util.byteaccess
Classes in org.apache.mina.util.byteaccess that implement ByteArrayModifier and TypeClassDescription(package private) classAbstract class that implementsByteArray.classAByteArraybacked by aIoBuffer.private classfinal classA ByteArray composed of other ByteArrays.Fields in org.apache.mina.util.byteaccess declared as ByteArrayModifier and TypeFieldDescriptionprivate ByteArrayByteArrayList.Node.baThe ByteArray contained within this nodeMethods in org.apache.mina.util.byteaccess that return ByteArrayModifier and TypeMethodDescriptionByteArrayFactory.create(int size) Creates an instance ofByteArrayof size specified by the size parameter.ByteArrayPool.create(int size) Creates a new instance of aByteArraySimpleByteArrayFactory.create(int size) Creates an instance ofByteArrayof size specified by the size parameter.ByteArrayList.Node.getByteArray()CompositeByteArray.getFirst()CompositeByteArray.removeFirst()Remove the firstByteArrayin the listCompositeByteArray.removeLast()Removes the lastByteArrayin the listCompositeByteArray.removeTo(int index) Remove componentByteArrays to the given index (splitting them if necessary) and returning them in a singleByteArray.BufferByteArray.CursorImpl.slice(int length) BufferByteArray.slice(int index, int length) Creates an array with a view of part of this array.CompositeByteArray.CursorImpl.slice(int length) CompositeByteArray.slice(int index, int length) Creates an array with a view of part of this array.CompositeByteArrayRelativeReader.slice(int length) IoAbsoluteReader.slice(int index, int length) Creates an array with a view of part of this array.IoRelativeReader.slice(int length) Methods in org.apache.mina.util.byteaccess with parameters of type ByteArrayModifier and TypeMethodDescriptionvoidAdds the specifiedByteArrayto the beginning of the listvoidAdds the specifiedByteArrayto the first position in the listprivate voidThis method should be called prior to adding any componentByteArrayto a composite.voidAdd the specifiedByteArrayto the end of the listvoidAdds the specifiedByteArrayto the end of the listfinal voidMake aByteArrayavailable for access at the end of this object.voidCompositeByteArray.CursorListener.enteredFirstComponent(int componentIndex, ByteArray component) Called when the first component in the composite is entered by the cursor.voidCompositeByteArray.CursorListener.enteredLastComponent(int componentIndex, ByteArray component) Called when the last component in the composite is entered by the cursor.voidCompositeByteArray.CursorListener.enteredNextComponent(int componentIndex, ByteArray component) Called when the next component in the composite is entered by the cursor.voidCompositeByteArray.CursorListener.enteredPreviousComponent(int componentIndex, ByteArray component) Called when the previous component in the composite is entered by the cursor.voidFlush a byte arrayConstructors in org.apache.mina.util.byteaccess with parameters of type ByteArray