代码搜索:ByteBuffer

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

代码结果 1,360
www.eeworm.com/read/230049/14307267

java buffertotext.java

//: c12:BufferToText.java // Converting text to and from ByteBuffers // {Clean: data2.txt} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in C
www.eeworm.com/read/230049/14307285

java viewbuffers.java

//: c12:ViewBuffers.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import java.nio.*; import com.bruceeckel.simpletest.
www.eeworm.com/read/230049/14307290

java usingbuffers.java

//: c12:UsingBuffers.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import java.nio.*; import com.bruceeckel.simpletest
www.eeworm.com/read/230049/14307305

java endians.java

//: c12:Endians.java // Endian differences and data storage. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import java.nio.
www.eeworm.com/read/230049/14307322

java channelcopy.java

//: c12:ChannelCopy.java // Copying a file using channels and buffers // {Args: ChannelCopy.java test.txt} // {Clean: test.txt} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.Br
www.eeworm.com/read/226707/14454004

java client.java

import java.nio.*; import java.nio.channels.*; import java.net.*; import java.io.*; import java.nio.channels.spi.*; import java.nio.charset.*; import java.lang.*; public class Client {
www.eeworm.com/read/226401/14476802

java flowmetric.java

package com.ict.netcom2.metric; import java.nio.ByteBuffer; import java.nio.ByteOrder; import com.ict.netcom2.util.*; /** * 基于流的统计信息 * 120 bytes */ public class FlowMetric { publi
www.eeworm.com/read/226401/14476822

java newappmetric.java

package com.ict.netcom2.metric; import java.nio.ByteBuffer; /** * 20060414 guangxing & pengda --begin * From Angela * 增加了新的应用层指标,主要关注到可以识别常见的P2P文件共享应用以及流媒体应用啦 * 定义应用层协议统计结果存储类型 * 2
www.eeworm.com/read/226401/14476894

java messagedecoder2.java

package com.ict.netcom2.message; import java.nio.*; import com.ict.netcom2.hardware.*; import com.ict.netcom2.parser.*; import com.ict.netcom2.task.*; public class MessageDecoder2 { publi
www.eeworm.com/read/223972/14609355

java filedes.java

//版权所有--董清潭 package des; import java.io.*; import java.nio.*; import java.nio.channels.FileChannel; public class FileDES{ private static final boolean enc=true; //加密 private static fin