chronicle-bytes-2.23.33.jar中文-英文对照文档.zip

net.openhftchronicle-bytes2.23.33API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: chronicle-bytes-2.23.33.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.49 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

chronicle-bytes-2.23.33.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:chronicle-bytes-2.23.33.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:chronicle-bytes-2.23.33.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:chronicle-bytes-2.23.33.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:chronicle-bytes-2.23.33-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 chronicle-bytes-2.23.33.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: OpenHFT/Chronicle-Bytes
  • 描述: Chronicle-Bytes 是一个用于处理字节的高性能 Java 库,它提供了一种高效的方式来读写和操作字节数据。该库特别适用于需要高性能 I/O 的场景,比如网络通信、日志记录和数据序列化。Chronicle-Bytes 提供了多种方式来操作字节,包括使用缓冲区、直接内存访问和零拷贝技术。此外,它还支持多种编码方式,如 UTF-8、Base64 和 Hex 编码。Chronicle-Bytes 的设计目标是提供一个简单、高效和易于使用的 API,以满足各种高性能字节处理需求。
  • 版本: 2.23.33

Maven依赖

<dependency>
	<groupId>net.openhft</groupId>
	<artifactId>chronicle-bytes</artifactId>
	<version>2.23.33</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'net.openhft', name: 'chronicle-bytes', version: '2.23.33'
Gradle (Short):
	implementation 'net.openhft:chronicle-bytes:2.23.33'
Gradle (Kotlin):
	implementation("net.openhft:chronicle-bytes:2.23.33")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

net.openhft.chronicle.bytes
net.openhft.chronicle.bytes.algo
net.openhft.chronicle.bytes.domestic
net.openhft.chronicle.bytes.internal
net.openhft.chronicle.bytes.internal.migration
net.openhft.chronicle.bytes.pool
net.openhft.chronicle.bytes.ref
net.openhft.chronicle.bytes.util

本组件包含的 Java class(类)

net.openhft.chronicle.bytes.AbstractBytes
net.openhft.chronicle.bytes.AppendableUtil
net.openhft.chronicle.bytes.BinaryBytesMethodWriterInvocationHandler
net.openhft.chronicle.bytes.BinaryWireCode
net.openhft.chronicle.bytes.ByteStringAppender
net.openhft.chronicle.bytes.ByteStringParser
net.openhft.chronicle.bytes.Byteable
net.openhft.chronicle.bytes.Bytes
net.openhft.chronicle.bytes.BytesComment
net.openhft.chronicle.bytes.BytesConsumer
net.openhft.chronicle.bytes.BytesContext
net.openhft.chronicle.bytes.BytesIn
net.openhft.chronicle.bytes.BytesMarshallable
net.openhft.chronicle.bytes.BytesMarshaller
net.openhft.chronicle.bytes.BytesMethodReader
net.openhft.chronicle.bytes.BytesMethodReaderBuilder
net.openhft.chronicle.bytes.BytesMethodWriterInvocationHandler
net.openhft.chronicle.bytes.BytesOut
net.openhft.chronicle.bytes.BytesParselet
net.openhft.chronicle.bytes.BytesPrepender
net.openhft.chronicle.bytes.BytesRingBuffer
net.openhft.chronicle.bytes.BytesRingBufferStats
net.openhft.chronicle.bytes.BytesStore
net.openhft.chronicle.bytes.BytesTextMethodTester
net.openhft.chronicle.bytes.BytesUtil
net.openhft.chronicle.bytes.CommonMarshallable
net.openhft.chronicle.bytes.ConnectionDroppedException
net.openhft.chronicle.bytes.DistributedUniqueTimeDeduplicator
net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
net.openhft.chronicle.bytes.DynamicallySized
net.openhft.chronicle.bytes.FieldGroup
net.openhft.chronicle.bytes.GuardedNativeBytes
net.openhft.chronicle.bytes.HexDumpBytes
net.openhft.chronicle.bytes.Invocation
net.openhft.chronicle.bytes.MappedBytes
net.openhft.chronicle.bytes.MappedBytesStore
net.openhft.chronicle.bytes.MappedBytesStoreFactory
net.openhft.chronicle.bytes.MappedFile
net.openhft.chronicle.bytes.MappedUniqueTimeProvider
net.openhft.chronicle.bytes.MethodEncoder
net.openhft.chronicle.bytes.MethodEncoderLookup
net.openhft.chronicle.bytes.MethodId
net.openhft.chronicle.bytes.MethodReader
net.openhft.chronicle.bytes.MethodReaderBuilder
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns
net.openhft.chronicle.bytes.MethodWriterBuilder
net.openhft.chronicle.bytes.MethodWriterInterceptorReturns
net.openhft.chronicle.bytes.MethodWriterInvocationHandler
net.openhft.chronicle.bytes.MultiReaderBytesRingBuffer
net.openhft.chronicle.bytes.NativeBytes
net.openhft.chronicle.bytes.NewChunkListener
net.openhft.chronicle.bytes.NoBytesStore
net.openhft.chronicle.bytes.OffsetFormat
net.openhft.chronicle.bytes.OnHeapBytes
net.openhft.chronicle.bytes.PointerBytesStore
net.openhft.chronicle.bytes.RandomDataInput
net.openhft.chronicle.bytes.RandomDataOutput
net.openhft.chronicle.bytes.ReadBytesMarshallable
net.openhft.chronicle.bytes.RingBufferReader
net.openhft.chronicle.bytes.RingBufferReaderStats
net.openhft.chronicle.bytes.StopCharTester
net.openhft.chronicle.bytes.StopCharTesters
net.openhft.chronicle.bytes.StopCharsTester
net.openhft.chronicle.bytes.StreamingCommon
net.openhft.chronicle.bytes.StreamingDataInput
net.openhft.chronicle.bytes.StreamingDataOutput
net.openhft.chronicle.bytes.StreamingInputStream
net.openhft.chronicle.bytes.StreamingOutputStream
net.openhft.chronicle.bytes.SubBytes
net.openhft.chronicle.bytes.SyncMode
net.openhft.chronicle.bytes.UTFDataFormatRuntimeException
net.openhft.chronicle.bytes.UncheckedBytes
net.openhft.chronicle.bytes.UncheckedNativeBytes
net.openhft.chronicle.bytes.UpdateInterceptor
net.openhft.chronicle.bytes.VanillaBytes
net.openhft.chronicle.bytes.WriteBytesMarshallable
net.openhft.chronicle.bytes.algo.BytesStoreHash
net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
net.openhft.chronicle.bytes.algo.VanillaBytesStoreHash
net.openhft.chronicle.bytes.algo.XxHash
net.openhft.chronicle.bytes.internal.AbstractBytesStore
net.openhft.chronicle.bytes.internal.ByteStringReader
net.openhft.chronicle.bytes.internal.ByteStringWriter
net.openhft.chronicle.bytes.internal.BytesFieldInfo
net.openhft.chronicle.bytes.internal.BytesInternal
net.openhft.chronicle.bytes.internal.CanonicalPathUtil
net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
net.openhft.chronicle.bytes.internal.ChunkedMappedFile
net.openhft.chronicle.bytes.internal.CommonMappedBytes
net.openhft.chronicle.bytes.internal.EmbeddedBytes
net.openhft.chronicle.bytes.internal.HasUncheckedRandomDataInput
net.openhft.chronicle.bytes.internal.HeapBytesStore
net.openhft.chronicle.bytes.internal.NativeBytesStore
net.openhft.chronicle.bytes.internal.ReferenceCountedUtil
net.openhft.chronicle.bytes.internal.SingleMappedBytes
net.openhft.chronicle.bytes.internal.SingleMappedFile
net.openhft.chronicle.bytes.internal.UncheckedRandomDataInput
net.openhft.chronicle.bytes.internal.migration.HashCodeEqualsUtil
net.openhft.chronicle.bytes.pool.BytesPool
net.openhft.chronicle.bytes.ref.AbstractReference
net.openhft.chronicle.bytes.ref.BinaryBooleanReference
net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
net.openhft.chronicle.bytes.ref.BinaryIntReference
net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
net.openhft.chronicle.bytes.ref.BinaryLongReference
net.openhft.chronicle.bytes.ref.BinaryTwoLongReference
net.openhft.chronicle.bytes.ref.ByteableIntArrayValues
net.openhft.chronicle.bytes.ref.ByteableLongArrayValues
net.openhft.chronicle.bytes.ref.LongReference
net.openhft.chronicle.bytes.ref.TextBooleanReference
net.openhft.chronicle.bytes.ref.TextIntArrayReference
net.openhft.chronicle.bytes.ref.TextIntReference
net.openhft.chronicle.bytes.ref.TextLongArrayReference
net.openhft.chronicle.bytes.ref.TextLongReference
net.openhft.chronicle.bytes.ref.TwoLongReference
net.openhft.chronicle.bytes.ref.UncheckedLongReference
net.openhft.chronicle.bytes.util.AbstractInterner
net.openhft.chronicle.bytes.util.BinaryLengthLength
net.openhft.chronicle.bytes.util.Bit8StringInterner
net.openhft.chronicle.bytes.util.Compression
net.openhft.chronicle.bytes.util.Compressions
net.openhft.chronicle.bytes.util.DecoratedBufferOverflowException
net.openhft.chronicle.bytes.util.DecoratedBufferUnderflowException
net.openhft.chronicle.bytes.util.EscapingStopCharTester
net.openhft.chronicle.bytes.util.EscapingStopCharsTester
net.openhft.chronicle.bytes.util.PropertyReplacer
net.openhft.chronicle.bytes.util.StringInternerBytes
net.openhft.chronicle.bytes.util.UTF8StringInterner