代码搜索:ByteBuffer

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

代码结果 1,360
www.eeworm.com/read/322022/13390946

java timeserver.java

package com.ronsoft.books.nio.channels; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.channels.DatagramChannel; import java.net.SocketAddress; import java.net.InetSocketAddr
www.eeworm.com/read/322022/13390948

java channelcopy.java

package com.ronsoft.books.nio.channels; import java.nio.ByteBuffer; import java.nio.channels.ReadableByteChannel; import java.nio.channels.WritableByteChannel; import java.nio.channels.Channels; imp
www.eeworm.com/read/320605/13422140

java getdata.java

//: c12:GetData.java // Getting different representations from a ByteBuffer // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. i
www.eeworm.com/read/320605/13422163

java getchannel.java

//: c12:GetChannel.java // Getting channels from streams // {Clean: data.txt} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt.
www.eeworm.com/read/310088/13658426

svn-base getdata.java.svn-base

import java.nio.*; public class GetData { private static final int BSIZE = 1024; public static void main(String[] args) { ByteBuffer bb = ByteBuffer.allocate(BSIZE); // Allocati
www.eeworm.com/read/310088/13658433

svn-base getchannel.java.svn-base

import java.io.*; import java.nio.*; import java.nio.channels.*; public class GetChannel { private static final int BSIZE = 1024; public static void main(String[] args) throws Exception {
www.eeworm.com/read/310088/13658586

java getdata.java

import java.nio.*; public class GetData { private static final int BSIZE = 1024; public static void main(String[] args) { ByteBuffer bb = ByteBuffer.allocate(BSIZE); // Allocati
www.eeworm.com/read/310088/13658598

java getchannel.java

import java.io.*; import java.nio.*; import java.nio.channels.*; public class GetChannel { private static final int BSIZE = 1024; public static void main(String[] args) throws Exception {
www.eeworm.com/read/149321/5701057

java bytearraybuffer.java

/* Copyright (C) 2002-2004 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Fre
www.eeworm.com/read/145794/5744096

java fileagentpacket.java

/* * LumaQQ - Java QQ Client * * Copyright (C) 2004 luma * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public