Searched defs:by (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/streams/
H A DJMXChunkedOutputStream.java20 * exception as provided by Oracle in the GPL Version 2 section of the License
25 * enclosed by brackets [] replaced by your own identifying information:
29 * If you wish your version of this file to be governed by only the CDDL or
30 * only the GPL Version 2, indicate your decision by adding "[Contributor]
37 * only if the new code is made subject to such option by the copyright
118 public void write(int by) throws IOException { argument
119 byte b = (byte) by;

Completed in 43 milliseconds