代码搜索:inBuffer
找到约 416 项符合「inBuffer」的源代码
代码结果 416
www.eeworm.com/read/464631/1526246
h inbuffer.h
// InBuffer.h
#ifndef __INBUFFER_H
#define __INBUFFER_H
#include "../IStream.h"
#include "../../Common/MyCom.h"
#include "../../Common/MyException.h"
#ifndef _NO_EXCEPTIONS
struct CInBuff
www.eeworm.com/read/464631/1526256
cpp inbuffer.cpp
// InBuffer.cpp
#include "StdAfx.h"
#include "InBuffer.h"
extern "C"
{
#include "../../../C/Alloc.h"
}
CInBuffer::CInBuffer():
_buffer(0),
_bufferLimit(0),
_bufferBase(0),
www.eeworm.com/read/460242/1561689
cs inbuffer.cs
#region Licenze
// Copyright (C) 2004 Sebastian Faltoni
//
// This library is free software; you can redistribute it and/or
// modify it under the terms
www.eeworm.com/read/250103/4442321
h inbuffer.h
/*
* InBuffer.h
*
* This file is a part of LZMA compression module for NSIS.
*
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
* Modifications Copyright (C) 2003-2006 Amir Szekel
www.eeworm.com/read/250103/4442322
cpp inbuffer.cpp
/*
* InBuffer.cpp
*
* This file is a part of LZMA compression module for NSIS.
*
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
* Modifications Copyright (C) 2003-2006 Amir Szek
www.eeworm.com/read/191923/5160911
h inbuffer.h
// InBuffer.h
#ifndef __INBUFFER_H
#define __INBUFFER_H
#include "../IStream.h"
#include "../../Common/MyCom.h"
#ifndef _NO_EXCEPTIONS
class CInBufferException
{
public:
HRESULT Error
www.eeworm.com/read/191923/5160912
cpp inbuffer.cpp
// InBuffer.cpp
#include "StdAfx.h"
#include "InBuffer.h"
#include "../../Common/Alloc.h"
CInBuffer::CInBuffer():
_bufferBase(0),
_bufferSize(0),
_buffer(0),
_bufferLimit(0)
www.eeworm.com/read/327133/3464045
h inbuffer.h
// InBuffer.h
#ifndef __INBUFFER_H
#define __INBUFFER_H
#include "../IStream.h"
#include "../../Common/MyCom.h"
#ifndef _NO_EXCEPTIONS
class CInBufferException
{
public:
HRESULT Error
www.eeworm.com/read/327133/3464046
cpp inbuffer.cpp
// InBuffer.cpp
#include "StdAfx.h"
#include "InBuffer.h"
#include "../../Common/Alloc.h"
CInBuffer::CInBuffer():
_buffer(0),
_bufferLimit(0),
_bufferBase(0),
_stream(0),
www.eeworm.com/read/315091/3624187
h inbuffer.h
// InBuffer.h
#ifndef __INBUFFER_H
#define __INBUFFER_H
#include "../IStream.h"
#include "../../Common/MyCom.h"
#include "../../Common/MyException.h"
#ifndef _NO_EXCEPTIONS
struct CInBuff