代码搜索:ByteBuffer
找到约 1,360 项符合「ByteBuffer」的源代码
代码结果 1,360
www.eeworm.com/read/240204/4577979
java bytebuffer.java
package antlr_oaa;
/* ANTLR Translator Generator
* Project led by Terence Parr at http://www.jGuru.com
* Software rights: http://www.antlr.org/RIGHTS.html
*
* $Id: ByteBuffer.java,v 1.1 200
www.eeworm.com/read/240165/4578795
java bytebuffer.java
package net.matuschek.util;
/*********************************************
Copyright (c) 2001 by Daniel Matuschek
*********************************************/
/**
* A ByteBuffer implem
www.eeworm.com/read/237048/4634079
java bytebuffer.java
/* ByteBuffer.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under t
www.eeworm.com/read/233448/4687731
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
www.eeworm.com/read/233448/4687753
c bytebuffer.c
#include "bytebuffer.h"
static void
test_buffer (JNIEnv *env, jobject buffer, const char *name)
{
void *tmp = (*env)->GetDirectBufferAddress (env, buffer);
if (tmp == NULL)
printf ("PASS: ad
www.eeworm.com/read/233448/4687767
out bytebuffer.out
PASS: address of java.nio.ByteBuffer
PASS: length of java.nio.ByteBuffer
PASS: address of java.nio.CharBuffer
PASS: length of java.nio.CharBuffer
PASS: address of java.nio.DoubleBuffer
PASS: length of
www.eeworm.com/read/233448/4689611
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/225389/4795924
java bytebuffer.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regardi
www.eeworm.com/read/213837/4911726
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
www.eeworm.com/read/213215/4917792
java bytebuffer.java
package com.reddragon2046.base.utilities.data.adapters;
import com.reddragon2046.base.utilities.data.*;
import java.util.Iterator;
import java.util.NoSuchElementException;
// Referenced classe