代码搜索:ByteBuffer
找到约 1,360 项符合「ByteBuffer」的源代码
代码结果 1,360
www.eeworm.com/read/484330/6585781
java a2zfilewriter.java
/* Daniel Shiffman */
/* Programming from A to Z */
/* Spring 2006 */
/* http://www.shiffman.net */
/* daniel.shiffman@nyu.edu */
package a2z;
impor
www.eeworm.com/read/484330/6585782
java a2zfilereader.java
/* Daniel Shiffman */
/* Programming from A to Z */
/* Spring 2006 */
/* http://www.shiffman.net */
/* daniel.shiffman@nyu.edu */
/* Class to read an
www.eeworm.com/read/481808/6638839
c bitsio.c
/*
Implementation of CCSDS 122.0-B-1 Recommended Standard
Please note:
(1) Before you download and use the program, you must read and agree the license agreement carefully.
(2) We supply the sour
www.eeworm.com/read/479837/6681018
java typesinbytebuffer.java
// $Id$
import java.io.*;
import java.nio.*;
import java.nio.channels.*;
public class TypesInByteBuffer
{
static public void main( String args[] ) throws Exception {
ByteBuffer buffer = ByteBu
www.eeworm.com/read/479678/6684824
java typesinbytebuffer.java
// $Id$
import java.io.*;
import java.nio.*;
import java.nio.channels.*;
public class TypesInByteBuffer
{
static public void main( String args[] ) throws Exception {
ByteBuffer buffer = ByteBu
www.eeworm.com/read/401625/11553332
java newioexample2.java
import java.nio.*;
public class NewIOExample2
{
public static void main(String args[])
{
char c[] = {'a', 'b', 'c', 'd', 'e'};
ByteBuffer b = ByteBuffer.allocate(10);
for (int i=0
www.eeworm.com/read/401625/11553334
java filechannelexample4.java
import java.io.*;
import java.nio.*;
import java.nio.channels.*;
public class FileChannelExample4
{
public static void main(String args[]) throws Exception
{
FileOutputStream fout = new F
www.eeworm.com/read/401625/11553336
java filechannelexample2.java
import java.io.*;
import java.nio.*;
import java.nio.channels.*;
public class FileChannelExample2
{
public static void main(String args[]) throws Exception
{
RandomAccessFile fin= new Ran
www.eeworm.com/read/127767/14335965
txt e166. creating a memory-mapped file.txt
Mapping a file in memory results in a ByteArray object. To access the byte array, see e159 Getting Bytes from a ByteBuffer and e160 Putting Bytes into a ByteBuffer.
try {
File file = ne
www.eeworm.com/read/226401/14476818
java icmpv4metric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
import com.ict.netcom2.util.Shower;
/**
* 32 * 24 = 768 bytes
*
*/
public class ICMPv4Metric {
public static final i