代码搜索:ByteBuffer

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

代码结果 1,360
www.eeworm.com/read/436416/1848879

java texture.java

package demos.nehe.lesson33; import java.nio.ByteBuffer; class Texture { ByteBuffer imageData; // Image Data (Up To 32 Bits) int bpp; // Image Color Depth In Bits Per
www.eeworm.com/read/430298/1933788

java ipmbytebuffer.java

/* * Byte Buffer Class * 1998/01/28 (C)Copyright T.Kazawa(Digitune) */ package ipmsg; import JP.digitune.util.ByteBuffer; public class IPMByteBuffer extends ByteBuffer { private int
www.eeworm.com/read/414959/2139107

java ipmbytebuffer.java

/* * Byte Buffer Class * 1998/01/28 (C)Copyright T.Kazawa(Digitune) */ package ipmsg; import JP.digitune.util.ByteBuffer; public class IPMByteBuffer extends ByteBuffer { private int
www.eeworm.com/read/461881/1549267

java viewtester.java

import java.io.*; import java.nio.*; public class ViewTester{ public static void main(String args[])throws IOException{ ByteBuffer bb=ByteBuffer.allocate(4); while(bb.hasRemaining()) /
www.eeworm.com/read/451586/1660401

java linereader.java

package rabbit.proxy; import java.io.IOException; import java.nio.ByteBuffer; /** A class that reads lines from a ByteBuffer. * * @author Robert Olofsson
www.eeworm.com/read/461881/1549257

java batchwriter.java

import java.io.*; import java.nio.*; public class BatchWriter{ public static void main(String args[])throws IOException{ ByteBuffer bb=ByteBuffer.allocate(1024); IntBuffer ib=bb.asInt
www.eeworm.com/read/461881/1549263

java useview.java

import java.io.*; import java.nio.*; public class UseView { public static void main(String args[])throws IOException{ ByteBuffer bb=ByteBuffer.allocate(1024); bb.asCharBuffer().put("好
www.eeworm.com/read/436416/1848874

java tga.java

package demos.nehe.lesson33; import com.sun.opengl.util.BufferUtil; import java.nio.ByteBuffer; class TGA { ByteBuffer header = BufferUtil.newByteBuffer(6); // First 6 Useful Byte
www.eeworm.com/read/295321/3911489

java businessinhelper.java

package com.soft.QQ; import java.io.*; import java.nio.ByteBuffer; import static com.soft.QQ.Config.*; import java.nio.ByteOrder; public class BusinessInHelper { private ByteBuffer bb;
www.eeworm.com/read/295321/3911511

java~1~ businessinhelper.java~1~

package com.soft.QQ; import java.io.*; import java.nio.ByteBuffer; import static com.sun.UDP.Config.*; import java.nio.ByteOrder; public class BusinessInHelper { private ByteBuffer bb;