Uses of Interface
xyz.cofe.cbuffer.ContentBuffer
-
Packages that use ContentBuffer Package Description xyz.cofe.cbuffer Представление байт буфера ввиде линейной последовательности с возможностью случайного доступаxyz.cofe.cbuffer.page -
-
Uses of ContentBuffer in xyz.cofe.cbuffer
Classes in xyz.cofe.cbuffer with type parameters of type ContentBuffer Modifier and Type Class Description classWrapperContentBuffer<T extends ContentBuffer>Буфер обверткаClasses in xyz.cofe.cbuffer that implement ContentBuffer Modifier and Type Class Description classFileLockBufferБуфер с файловой блокировкойclassMemContentBufferБуфер в памятиclassPagesBufferБуфер страницclassRAFBufferclassSBCBufferБуфер для работы через интерфейс SeekableByteChannelclassSyncContentBufferСинхронная работа с буферомclassWrapperContentBuffer<T extends ContentBuffer>Буфер обверткаFields in xyz.cofe.cbuffer declared as ContentBuffer Modifier and Type Field Description protected ContentBufferSyncContentBuffer. bufferprotected TWrapperContentBuffer. bufferprotected ContentBufferContentBufferEvent. contentBufferprotected ContentBufferContentBufferInputStream. contentBufferprotected ContentBufferContentBufferOutputStream. contentBufferMethods in xyz.cofe.cbuffer that return ContentBuffer Modifier and Type Method Description ContentBufferMemContentBuffer. clone()ContentBufferSBCBuffer. clone()ContentBufferContentBufferEvent. getContentBuffer()Methods in xyz.cofe.cbuffer with parameters of type ContentBuffer Modifier and Type Method Description longContentBufferFuncs. readStreamInto(InputStream stream, long skip, long maxRead, ContentBuffer cbuf, long bufferBeginIndex, long bufferEndIndexExclusive, int blockSize, Consumer<Long> progress)Записывает поток в буфферlongContentBufferFuncs. readStreamInto(InputStream stream, ContentBuffer cbuf)Записывает поток в буфферConstructors in xyz.cofe.cbuffer with parameters of type ContentBuffer Constructor 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, Object sync)SyncContentBuffer(ContentBuffer buffer, Object sync, boolean copyLock)Конструктор -
Uses of ContentBuffer in xyz.cofe.cbuffer.page
Fields in xyz.cofe.cbuffer.page declared as ContentBuffer Modifier and Type Field Description protected ContentBufferCBuffPagedData. cbuffConstructors in xyz.cofe.cbuffer.page with parameters of type ContentBuffer Constructor Description CBuffPagedData(ContentBuffer cbuff, int pageSize, boolean resizeable, long maxSize)
-