代码搜索:ByteBuffer

找到约 1,360 项符合「ByteBuffer」的源代码

代码结果 1,360
www.eeworm.com/read/420697/2066078

java bytebuffer.java

/* * @(#)ByteBuffer.java 1.4 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.
www.eeworm.com/read/420266/2069550

java bytebuffer.java

/* * $Id: ByteBuffer.java 3373 2008-05-12 16:21:24Z xlv $ * * Copyright 2000, 2001, 2002 by Paulo Soares. * * The contents of this file are subject to the Mozilla Public License Version 1.1 * (t
www.eeworm.com/read/420042/2072810

java bytebuffer.java

package naplet.nsocket; /** * A buffer hold undilivered data when connection migration */ class ByteBuffer implements java.io.Serializable { private static final int EMPTY = 0; pri
www.eeworm.com/read/414959/2139099

java bytebuffer.java

/* * Byte Buffer Class * 1998/01/26 (C)Copyright T.Kazawa(Digitune) */ package JP.digitune.util; public class ByteBuffer { static final int BUF_SIZE = 8192; protected byte[] buf = new
www.eeworm.com/read/401933/2335077

java bytebuffer.java

/* * Byte Buffer Class * 1998/01/26 (C)Copyright T.Kazawa(Digitune) */ package JP.digitune.util; public class ByteBuffer { static final int BUF_SIZE = 8192; protected byte[] buf = new
www.eeworm.com/read/393863/2463260

java bytebuffer.java

/* * $Id: ByteBuffer.java 3373 2008-05-12 16:21:24Z xlv $ * * Copyright 2000, 2001, 2002 by Paulo Soares. * * The contents of this file are subject to the Mozilla Public License Version 1.1 * (t
www.eeworm.com/read/383429/2616971

java bytebuffer.java

/* * Byte Buffer Class * 1998/01/26 (C)Copyright T.Kazawa(Digitune) */ package JP.digitune.util; public class ByteBuffer { static final int BUF_SIZE = 8192; protected byte[] buf = new
www.eeworm.com/read/383048/2623086

java bytebuffer.java

package net.matuschek.util; /********************************************* Copyright (c) 2001 by Daniel Matuschek *********************************************/ /** * A ByteBuffer implem
www.eeworm.com/read/379657/2670932

java bytebuffer.java

/* * $Id: ByteBuffer.java 3117 2008-01-31 05:53:22Z xlv $ * $Name$ * * Copyright 2000, 2001, 2002 by Paulo Soares. * * The contents of this file are subject to the Mozilla Public License Version
www.eeworm.com/read/374220/2755144

java bytebuffer.java

/** * @(#)ByteBuffer.java 1.13 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.to