List of usage examples for com.google.gwt.corp.compatibility StringToByteBuffer interface-usage
From source file java.nio.ByteBuffer.java
/** A buffer for bytes.
* <p>
* A byte buffer can be created in either one of the following ways:
* </p>
* <ul>
* <li>{@link #allocate(int) Allocate} a new byte array and create a buffer based on it;</li>