| Modifier and Type | Class and Description |
|---|---|
class |
WrapperContentBuffer<T extends ContentBuffer>
Буфер обвертка
|
| Modifier and Type | Class and Description |
|---|---|
class |
CFileBuffer
Файловый буфер
|
class |
FileLockBuffer
Буфер с файловой блокировкой
|
class |
JFileBuffer
Файловый буфер
|
class |
MemContentBuffer
Буфер в памяти
|
class |
RAFBuffer |
class |
SyncContentBuffer
Синхронная работа с буфером
|
class |
WrapperContentBuffer<T extends ContentBuffer>
Буфер обвертка
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
WrapperContentBuffer.buffer |
protected ContentBuffer |
SyncContentBuffer.buffer |
protected ContentBuffer |
ContentBufferOutputStream.contentBuffer |
protected ContentBuffer |
ContentBufferInputStream.contentBuffer |
protected ContentBuffer |
ContentBufferEvent.contentBuffer |
| Modifier and Type | Method and Description |
|---|---|
ContentBuffer |
WrapperContentBuffer.clone() |
ContentBuffer |
SyncContentBuffer.clone() |
ContentBuffer |
MemContentBuffer.clone() |
ContentBuffer |
ContentBuffer.clone()
Клон буфера
|
ContentBuffer |
ContentBufferEvent.getContentBuffer() |
| Modifier and Type | Method and Description |
|---|---|
long |
ContentBufferFuncs.readStreamInto(InputStream stream,
ContentBuffer cbuf)
Записывает поток в буффер
|
long |
ContentBufferFuncs.readStreamInto(InputStream stream,
long skip,
long maxRead,
ContentBuffer cbuf,
long bufferBeginIndex,
long bufferEndIndexExclusive,
int blockSize,
xyz.cofe.collection.Func1<Object,Long> progress)
Записывает поток в буффер
|
| Constructor and Description |
|---|
ContentBufferEvent(ContentBuffer src) |
ContentBufferInputStream(ContentBuffer buffer)
Конструктор
|
ContentBufferInputStream(ContentBuffer buffer,
long beginIndex)
Конструктор
|
ContentBufferInputStream(ContentBuffer buffer,
long beginIndex,
long endIndexExclusive)
Конструктор
|
ContentBufferInputStream(ContentBuffer buffer,
long beginIndex,
long endIndexExclusive,
Lock lock)
Конструктор
|
ContentBufferOutputStream(ContentBuffer buffer) |
ContentBufferOutputStream(ContentBuffer buffer,
long beginIndex) |
ContentBufferOutputStream(ContentBuffer buffer,
long beginIndex,
long endIndexExclusive) |
ContentBufferOutputStream(ContentBuffer buffer,
long beginIndex,
long endIndexExclusive,
Lock lock) |
SizeChangedEvent(ContentBuffer src,
long oldSize,
long newSize) |
SyncContentBuffer(ContentBuffer buffer) |
SyncContentBuffer(ContentBuffer buffer,
Lock lock) |
SyncContentBuffer(ContentBuffer buffer,
Lock lock,
boolean copyLock)
Конструктор
|
Copyright © 2017. All rights reserved.