代码搜索:ByteBuffer
找到约 1,360 项符合「ByteBuffer」的源代码
代码结果 1,360
www.eeworm.com/read/104767/6202118
java addfriendpacket.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
www.eeworm.com/read/405411/11463192
java packetchannel.java
/*
* Copyright 2004 WIT-Software, Lda.
* - web: http://www.wit-software.com
* - email: info@wit-software.com
*
* All rights reserved. Relased under terms of the
* Creative Commons' Attr
www.eeworm.com/read/405411/11463201
java packetchannellistener.java
/*
* Copyright 2004 WIT-Software, Lda.
* - web: http://www.wit-software.com
* - email: info@wit-software.com
*
* All rights reserved. Relased under terms of the
* Creative Commons' Attr
www.eeworm.com/read/401604/11554750
c jpeghuffmandec.c
///////////////////////////////////////////////////////////////////////////////
//
// JPEGHuffmanDec.c
//
// DESCRIPTION
// Functions related to Huff decoding in JPEG.
// Construc
www.eeworm.com/read/130612/14181566
java nameandaddresssaver.java
// Chapter 11 Exercise 5
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.I
www.eeworm.com/read/130612/14181568
java nameandaddressfile.java
// Chapter 11 Exercise 5
// This program writes names and addresses to a binary file.
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.Buffer
www.eeworm.com/read/127767/14335919
txt e162. getting and setting non-byte java types in a bytebuffer.txt
The ByteBuffer class provides convenience methods for getting and putting other multibyte Java primitive types. There are two issues to be aware of when using these methods. First, ensure that values
www.eeworm.com/read/127767/14337695
txt e186. converting between strings (unicode) and other character set encodings.txt
Many network protocols and files store their characters with a byte-oriented character set such as ISO-8859-1 (ISO-Latin-1). However, Java's native character encoding is Unicode.
This example demons
www.eeworm.com/read/162614/5532327
java bmpfileheader.java
/* BMPFileHeader.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/162519/5541859
java bmpfileheader.java
/* BMPFileHeader.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the