代码搜索:ByteBuffer

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

代码结果 1,360
www.eeworm.com/read/147311/12567161

html putbytes.html

Putting Bytes into a ByteBuffer (Java Developers Almanac Example)
www.eeworm.com/read/147311/12567179

html getbytes.html

Getting Bytes from a ByteBuffer (Java Developers Almanac Example)
www.eeworm.com/read/202662/15377205

h stun.h

/* * libjingle * Copyright 2004--2005, Google Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are
www.eeworm.com/read/111805/15503095

java writedatefiles.java

// Chapter 10 Exercise 3 // This is the same as the solution to Exercise 1 except for a new class name and the additional code // That deals with writing the binary file. import java.io.File;
www.eeworm.com/read/111805/15503096

java readprimes.java

// Chapter 11 Exercise 2 // Output the prime specified by a command line argument, or all the primes // if there is no command line argument. import java.io.File; import java.io.FileInputStream;
www.eeworm.com/read/111805/15503099

java nameandaddresssaver.java

// Chapter 11 Exercise 6 /* This is a modification of the Ch11 ex 5 solution to make use of an index file for finding name & address records. This uses a different name and address file t
www.eeworm.com/read/111805/15503100

java readproverbs.java

// Chapter 11 Exercise 1 // Reads the file containing proverbs separated by '*' import java.io.File; import java.io.IOException; import java.io.FileNotFoundException; import java.io.FileInputSt
www.eeworm.com/read/127767/14337033

txt e167. persisting changes to a memory-mapped bytebuffer.txt

Changes to a memory-mapped ByteBuffer are not necessarily sent immediately to the underlying storage device. In some applications, such as with a memory-mapped register, the change should be sent imme
www.eeworm.com/read/192117/8403328

java testappprocessor.java

package com.ec.generalserver; import java.nio.ByteBuffer; import java.nio.channels.SocketChannel; public class TestAppProcessor extends AppProcessor { public void doProcess(Connection conn
www.eeworm.com/read/390106/8483393

htm getsettypes.htm

Getting and Setting Non-Byte Java Types in a ByteBuffer (Java Developers Almanac Example)