📄 idbuffer.pas
字号:
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Quality Software Components }
{ }
{ For further information / comments, visit our WEB site at }
{ http://www.TeamCoherence.com }
{**********************************************************************}
{}
{ $Log: 24197: IdBuffer.pas
{
{ Rev 1.45 27.08.2004 21:58:18 Andreas Hausladen
{ Speed optimization ("const" for string parameters)
}
{
{ Rev 1.44 2004.07.03 19:41:34 czhower
{ UTF8, SaveToStream
}
{
Rev 1.43 6/11/2004 8:48:12 AM DSiders
Added "Do not Localize" comments.
}
{
{ Rev 1.42 6/9/04 7:46:26 PM RLebeau
{ Updated ExtractToBytes() to allocate the output buffer only if the buffer
{ length is smaller than the requested number of bytes.
}
{
{ Rev 1.41 5/29/04 10:44:58 PM RLebeau
{ Updated ExtractToBytes() to allocate the output buffer regardless of the
{ AAppend parameter
{
{ Added empty string return value to Extract() when AByteCount <= 0
}
{
{ Rev 1.40 2004.05.20 11:39:06 AM czhower
{ IdStreamVCL
}
{
{ Rev 1.39 2004.05.10 1:19:18 PM czhower
{ Removed unneeded code.
}
{
{ Rev 1.38 5/3/2004 12:57:00 PM BGooijen
{ Fixes for 0-based
}
{
{ Rev 1.37 2004.05.03 11:15:42 AM czhower
{ Changed Find to IndexOf and made 0 based to be consistent.
}
{
{ Rev 1.36 2004.05.01 4:26:52 PM czhower
{ Added PeekByte
}
{
{ Rev 1.35 2004.04.16 11:30:26 PM czhower
{ Size fix to IdBuffer, optimizations, and memory leaks
}
{
{ Rev 1.34 2004.04.08 7:06:44 PM czhower
{ Peek support.
}
{
{ Rev 1.33 2004.04.08 3:56:24 PM czhower
{ Fixed bug with Intercept byte count. Also removed Bytes from Buffer.
}
{
{ Rev 1.32 2004.04.08 2:03:34 AM czhower
{ Fixes to Bytes.
}
{
{ Rev 1.31 2004.04.07 3:59:44 PM czhower
{ Bug fix for WriteDirect.
}
{
{ Rev 1.30 2004.04.07 3:46:30 PM czhower
{ Compile fix.
}
{
{ Rev 1.29 4/7/2004 1:02:14 PM BGooijen
{ when extract* is called with -1 or no parameters all data it extracted
}
{
{ Rev 1.28 2004.03.29 9:58:38 PM czhower
{ Is now buffered. Now takes 2/3rds the time as before.
}
{
{ Rev 1.27 23/03/2004 18:33:44 CCostelloe
{ Bug fix: ReadLn returns a previously-read line if FBytes also accessed
{ in-between (causes MoveHeadToStartIfNecessary to be called)
}
{
{ Rev 1.26 18/03/2004 20:24:26 CCostelloe
{ Speed improvement by adding FHeadIndex: 10 MB base64 decode reduced from 10
{ hours to 62 seconds.
}
{
{ Rev 1.25 2004.03.03 11:55:02 AM czhower
{ IdStream change
}
{
{ Rev 1.24 3/1/04 7:33:12 PM RLebeau
{ Updated Remove() to call the OnBytesRemoved event handler.
}
{
{ Rev 1.23 2004.02.03 4:17:14 PM czhower
{ For unit name changes.
}
{
{ Rev 1.22 1/11/2004 5:48:48 PM BGooijen
{ Added AApend parameter to ExtractToBytes
}
{
{ Rev 1.21 1/7/2004 8:36:32 PM BGooijen
{ Arguments were in wrong order
}
{
{ Rev 1.20 22/11/2003 10:35:04 PM GGrieve
{ Reverse copy direction in TIdBuffer.ExtractToStream
}
{
{ Rev 1.19 2003.10.24 10:44:54 AM czhower
{ IdStream implementation, bug fixes.
}
{
Rev 1.18 10/15/2003 1:03:40 PM DSiders
Created resource strings for TIdBuffer.Find exceptions.
}
{
{ Rev 1.17 2003.10.14 1:27:06 PM czhower
{ Uupdates + Intercept support
}
{
{ Rev 1.16 2003.10.11 5:47:00 PM czhower
{ -VCL fixes for servers
{ -Chain suport for servers (Super core)
{ -Scheduler upgrades
{ -Full yarn support
}
{
{ Rev 1.15 10/5/2003 10:24:20 PM BGooijen
{ Changed WriteBytes(var ...) to WriteBytes(const ...)
}
{
{ Rev 1.14 10/3/2003 10:46:38 PM BGooijen
{ Fixed Range Check Exception, and fixed ExtractToStream
}
{
{ Rev 1.13 2003.10.02 8:29:12 PM czhower
{ Changed names of byte conversion routines to be more readily understood and
{ not to conflict with already in use ones.
}
{
{ Rev 1.12 2003.10.02 12:44:58 PM czhower
{ Comment added
}
{
{ Rev 1.11 10/2/2003 5:23:14 PM GGrieve
{ make Bytes a public property
}
{
{ Rev 1.10 10/2/2003 5:00:38 PM GGrieve
{ Fix bug in find - can't find last char
}
{
{ Rev 1.9 2003.10.02 10:37:00 AM czhower
{ Comments
}
{
{ Rev 1.8 10/2/2003 3:54:06 PM GGrieve
{ Finish cleaning up - no $IFDEFs but still optimal on both win32 and DontNet
}
{
{ Rev 1.7 10/1/2003 10:58:38 PM BGooijen
{ Removed unused var
}
{
{ Rev 1.6 10/1/2003 8:15:58 PM BGooijen
{ Fixed Range Check Error on D7
}
{
{ Rev 1.5 10/1/2003 8:02:22 PM BGooijen
{ Removed some ifdefs and improved code
}
{
{ Rev 1.4 10/1/2003 10:49:02 PM GGrieve
{ Rework buffer for Octane Compability
}
{
{ Rev 1.3 2003.10.01 2:30:44 PM czhower
{ .Net
}
{
{ Rev 1.2 2003.10.01 1:37:32 AM czhower
{ .Net
}
{
{ Rev 1.1 2003.10.01 1:12:32 AM czhower
{ .Net
}
{
{ Rev 1.0 2003.09.30 10:33:56 PM czhower
{ Readd after accidental delete.
}
{
{ Rev 1.14 2003.09.30 10:33:16 PM czhower
{ Updates
}
{
{ Rev 1.13 2003.07.16 5:05:06 PM czhower
{ Phase 1 of IdBuffer changes for compat.
}
{
Rev 1.12 6/29/2003 10:56:22 PM BGooijen
Removed .Memory from the buffer, and added some extra methods
}
{
{ Rev 1.11 2003.06.25 4:29:06 PM czhower
{ Free --> FreeAndNil
}
{
{ Rev 1.10 2003.01.17 2:18:36 PM czhower
}
{
{ Rev 1.9 12-14-2002 22:08:24 BGooijen
{ Changed FMemory to FMemory.Memory in some places
}
{
{ Rev 1.8 12-14-2002 22:02:34 BGooijen
{ changed Memory to FMemory in some places, to remove some issues
}
{
{ Rev 1.7 12/11/2002 04:27:02 AM JPMugaas
{ Fixed compiler warning.
}
{
{ Rev 1.6 12/11/2002 03:53:44 AM JPMugaas
{ Merged the buffer classes.
}
{
{ Rev 1.5 2002.12.07 12:26:18 AM czhower
}
{
{ Rev 1.4 12-6-2002 20:34:06 BGooijen
{ Now compiles on Delphi 5
}
{
{ Rev 1.3 6/12/2002 11:00:14 AM SGrobety
}
{
{ Rev 1.2 12/5/2002 02:55:44 PM JPMugaas
{ Added AddStream method for reading a stream into the buffer class.
}
{
{ Rev 1.1 23.11.2002 12:59:48 JBerg
{ fixed packbuffer
}
{
{ Rev 1.0 11/13/2002 08:38:32 AM JPMugaas
}
unit IdBuffer;
{
.Net forces us to perform copies from strings to Bytes so that it can do the
proper unicode and other conversions.
IdBuffer is for storing data we cannot deal with right now and we do not know
the size. It must be optimized for adding to the end, and extracting from the
beginning. First pass we are just making it work, later using bubbling we will
optimize it for such tasks.
The copy is a separate issue and we considered several options. For .net we will
always have to copy data to send or to receive to translate it to binary. For
example if we have a string it must be converted to bytes. This conversion
requires a copy. All strings are WideString and must be converted to single
bytes by a convertor. This is not limited to strings.
In VCL previously all strings were AnsiString so we used a pointer and just
accessed the memory directly from the string. This avoided the overhead of a
copy.
We have come up with several ideas on how to allow the copy on .net, while
avoiding the copy on VCL to keep the performance benefit. However we must do
it in a single source manner and in a manner that does not impact the code
negatively.
For now for VCL we also do a copy. This has the advantage that Byte arrays are
reference counted and automaticaly handled by Delphi. For example:
WriteBytes(StringToBytes(s));
The array returned by this function will automatically be freed by Delphi.
There are other options that are nearly as transparent but have the additional
overhead of requiring class creation. These classes can be used to copy for .net
and proxy on VCL. It all works very nice and has low memory overhead. The
objects can then be freed by default in methods that accept them.
However after analysis, copy on VCL may not be that bad after all. The copy
only really impacts strings. The overhead to copy strings is minimal and only
used in commands etc. The big transfers come from files, streams, or other.
Such transfers have to be mapped into memory in VCL anyways, and if we map
directly into the byte array instead of the previous classes peformance should
be fine.
In short - copy under VCL should be acceptable if we watch for bottlenecks and
fix them appropriately without having to creat proxy classes. The only problem
remains for transmitting large memory blocks. But if this is done against a
fixed copy buffer the performance hit will be neglible and it is not a common
task to transmit large memory blocks.
For such transfers from streams, etc the user can declare a persistent array
of bytes that is not freed between each call to WriteBytes.
-Kudzu
}
{$I IdCompilerDefines.inc}
interface
uses
Classes,
IdStreamVCL, //TODO: Remove dependency on IdStreamVCL and return to IdStream
IdGlobal, IdException, IdStream;
type
EIdNotEnoughDataInBuffer = class(EIdException);
EIdTooMuchDataInBuffer = class(EIdException); // only 2GB is allowed -
TIdBufferBytesRemoved = procedure(ASender: TObject; ABytes: Integer) of object;
// TIdBuffer is used as an internal buffer to isolate Indy from pointers and
// memory allocations. It also allows optimizations to be kept in a single place.
//
// TIdBuffer is primarily used as a read/write buffer for the communication layer.
TIdBuffer = class(TObject)
protected
FBytes: TIdBytes;
FEncoding: TIdEncoding;
FGrowthFactor: Integer;
FHeadIndex: Integer;
FOnBytesRemoved: TIdBufferBytesRemoved;
FSize: Integer;
//
procedure CheckAdd(AByteCount : Integer);
procedure CheckByteCount(var VByteCount : Integer);
function GetCapacity: Integer;
procedure SetCapacity(AValue: Integer);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -