代码搜索:ByteBuffer
找到约 1,360 项符合「ByteBuffer」的源代码
代码结果 1,360
www.eeworm.com/read/258274/11873426
cpp bytebuffer.cpp
#pragma once
#include "../config.h"
#include "bytebuffer.h"
#include
#include
namespace SLEXT
{
CByteBuffer::CByteBuffer()
: m_szData(0)
, m_nSize(0)
, m_bdeepCo
www.eeworm.com/read/249894/12463307
cs bytebuffer.cs
namespace Perst.Impl
{
using System;
using System.Text;
using System.IO;
public class ByteBuffer
{
public void extend(int size)
{
if (size
www.eeworm.com/read/233429/14151213
class bytebuffer.class
www.eeworm.com/read/215744/15050363
java bytebuffer.java
/**
* @(#)ByteBuffer.java 1.13 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.sun.tools.ja
www.eeworm.com/read/37329/901385
java bytebuffer.java
/*
* Byte Buffer Class
* 1998/01/26 (C)Copyright T.Kazawa(Digitune)
*/
package JP.digitune.util;
public class ByteBuffer {
static final int BUF_SIZE = 8192;
protected byte[] buf = new
www.eeworm.com/read/480878/1313022
h bytebuffer.h
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/480878/1313610
h bytebuffer.h
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/480878/1313835
plo bytebuffer.plo
bytebuffer.lo bytebuffer.o: bytebuffer.cpp \
../../../src/main/include/log4cxx/logstring.h \
/usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.6/../../../../include/c++/3.4.6/string \
/usr/local/lib/g
www.eeworm.com/read/480878/1313949
cpp bytebuffer.cpp
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/474448/1393709
java bytebuffer.java
/*
* Byte Buffer Class
* 1998/01/26 (C)Copyright T.Kazawa(Digitune)
*/
package JP.digitune.util;
public class ByteBuffer {
static final int BUF_SIZE = 8192;
protected byte[] buf = new