ByteBuffer

suggest change

Introduction

The ByteBuffer class was introduced in java 1.4 to ease working on binary data. It’s especially suited to use with primitive type data. It allows the creation, but also subsequent manipulation of a byte[]s on a higher abstraction level

Syntax

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents