Example usage for com.google.gwt.corp.compatibility StringToByteBuffer interface-usage

List of usage examples for com.google.gwt.corp.compatibility StringToByteBuffer interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.corp.compatibility StringToByteBuffer interface-usage.

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>