代码搜索:ByteBuffer

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

代码结果 1,360
www.eeworm.com/read/369885/2790182

java bytebuffer.java

/* * @(#)ByteBuffer.java 1.7 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.
www.eeworm.com/read/364229/2907246

java bytebuffer.java

/* * $Id: ByteBuffer.java,v 1.34 2002/06/18 13:59:39 blowagie Exp $ * $Name: $ * * Copyright 2000, 2001, 2002 by Paulo Soares. * * The contents of this file are subject to the Mozilla Public Li
www.eeworm.com/read/362980/2926069

java bytebuffer.java

/* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999 The Apache Software Foundation. All rights
www.eeworm.com/read/362102/2938806

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/358243/2989880

java bytebuffer.java

/* * @(#)ByteBuffer.java 1.7 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.
www.eeworm.com/read/358237/2993699

java bytebuffer.java

/* * Copyright (c) 1998-2008 Caucho Technology -- all rights reserved * * This file is part of Resin(R) Open Source * * Each copy or derived work must preserve the copyright notice and this * no
www.eeworm.com/read/353711/3083005

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/254392/4385061

java bytebuffer.java

/* * @(#)ByteBuffer.java 1.6 03/12/19 * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.
www.eeworm.com/read/162614/5535531

java bytebuffer.java

/* ByteBuffer.java -- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it u
www.eeworm.com/read/162614/5537119

java bytebuffer.java

// Test to make sure JNI implementation catches exceptions. import java.nio.*; public class bytebuffer { static { System.loadLibrary("bytebuffer"); } public static native void testByteB