Home | History | Annotate | Download | only in ultraviolet

Lines Matching defs:byteBuffer

23 import java.nio.ByteBuffer;
64 public void _parseDetails(ByteBuffer content) {
74 protected void getContent(ByteBuffer byteBuffer) {
75 writeVersionAndFlags(byteBuffer);
76 byteBuffer.put(Utf8.convert(baseLocation));
77 byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation)]); // string plus term zero
78 byteBuffer.put(Utf8.convert(purchaseLocation));
79 byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(purchaseLocation)]); // string plus term zero
80 byteBuffer.put(new byte[512]);