Uses of Class
net.mtrop.doom.struct.DataList
Packages that use DataList
-
Uses of DataList in net.mtrop.doom.struct
Methods in net.mtrop.doom.struct that return DataListModifier and TypeMethodDescriptionDataList.append(byte b) Appends a byte to the end of this buffer.DataList.append(byte[] b) Appends a series of bytes to the end of this buffer.DataList.append(byte[] b, int offset, int length) Appends a series of bytes to the end of this buffer.DataList.clear()Deletes all bytes from this buffer.DataList.delete(int startIndex, int length) Deletes a series of bytes from this buffer.DataList.insertAt(byte[] b, int startIndex) Inserts a series of bytes into this buffer at a specific index.