Uses of Interface
org.apache.mina.util.byteaccess.ByteArray
-
Packages that use ByteArray Package Description org.apache.mina.util.byteaccess -
-
Uses of ByteArray in org.apache.mina.util.byteaccess
Classes in org.apache.mina.util.byteaccess that implement ByteArray Modifier and Type Class Description classBufferByteArrayAByteArraybacked by aIoBuffer.classCompositeByteArrayA ByteArray composed of other ByteArrays.Methods in org.apache.mina.util.byteaccess that return ByteArray Modifier and Type Method Description ByteArrayByteArrayFactory. create(int size)Creates an instance ofByteArrayof size specified by the size parameter.ByteArrayByteArrayPool. create(int size)Creates a new instance of aByteArrayByteArraySimpleByteArrayFactory. create(int size)Creates an instance ofByteArrayof size specified by the size parameter.ByteArrayCompositeByteArray. getFirst()ByteArrayCompositeByteArray. removeFirst()Remove the firstByteArrayin the listByteArrayCompositeByteArray. removeLast()Removes the lastByteArrayin the listByteArrayCompositeByteArray. removeTo(int index)Remove componentByteArrays to the given index (splitting them if necessary) and returning them in a singleByteArray.ByteArrayBufferByteArray. slice(int index, int length)Creates an array with a view of part of this array.ByteArrayCompositeByteArray. slice(int index, int length)Creates an array with a view of part of this array.ByteArrayCompositeByteArrayRelativeReader. slice(int length)ByteArrayIoAbsoluteReader. slice(int index, int length)Creates an array with a view of part of this array.ByteArrayIoRelativeReader. slice(int length)Methods in org.apache.mina.util.byteaccess with parameters of type ByteArray Modifier and Type Method Description voidCompositeByteArray. addFirst(ByteArray ba)Adds the specifiedByteArrayto the first position in the listvoidCompositeByteArray. addLast(ByteArray ba)Adds the specifiedByteArrayto the end of the listvoidCompositeByteArray.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.voidCompositeByteArrayRelativeWriter.Flusher. flush(ByteArray ba)Flush a byte array
-