All Projects → fengzhizi715 → bytekit

fengzhizi715 / bytekit

Licence: Apache-2.0 license
Java 字节操作的工具库(不是字节码的工具库)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to bytekit

octet
A library that makes working with bytebuffers painless.
Stars: ✭ 79 (+97.5%)
Mutual labels:  bytes, byte-array, bytebuffer
bytes-java
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
Stars: ✭ 120 (+200%)
Mutual labels:  bytes, byte-array, bytebuffer
bluetooth-gatt-parser
Bluetooth GATT service and characteristic parser
Stars: ✭ 61 (+52.5%)
Mutual labels:  deserialize, serialize
Pbbl
A thread-safe ByteBuffer pool that allows for the automatic reuse of ByteBuffers, which can be over 30x faster than having to allocate a new ByteBuffer when needed.
Stars: ✭ 32 (-20%)
Mutual labels:  bytes, bytebuffer
densecap
Dense video captioning in PyTorch
Stars: ✭ 37 (-7.5%)
Mutual labels:  transformer
nested-transformer
Nested Hierarchical Transformer https://arxiv.org/pdf/2105.12723.pdf
Stars: ✭ 174 (+335%)
Mutual labels:  transformer
VT-UNet
[MICCAI2022] This is an official PyTorch implementation for A Robust Volumetric Transformer for Accurate 3D Tumor Segmentation
Stars: ✭ 151 (+277.5%)
Mutual labels:  transformer
J2N
Java-like Components for .NET
Stars: ✭ 37 (-7.5%)
Mutual labels:  bytebuffer
Bytes
Swift Library for working with sequences of Bytes (aka [UInt8])
Stars: ✭ 35 (-12.5%)
Mutual labels:  bytes
TianChi AIEarth
TianChi AIEarth Contest Solution
Stars: ✭ 57 (+42.5%)
Mutual labels:  transformer
BMT
Source code for "Bi-modal Transformer for Dense Video Captioning" (BMVC 2020)
Stars: ✭ 192 (+380%)
Mutual labels:  transformer
transformer
Build English-Vietnamese machine translation with ProtonX Transformer. :D
Stars: ✭ 41 (+2.5%)
Mutual labels:  transformer
Bit-lib4j
Useful library to handle bytes or bits in Java. Read and write data in a byte array with a custom size for Java types. Read/Write Integer, Long, signed data, String, Hexa String and Date bit to bit
Stars: ✭ 53 (+32.5%)
Mutual labels:  byte-array
SSE-PT
Codes and Datasets for paper RecSys'20 "SSE-PT: Sequential Recommendation Via Personalized Transformer" and NurIPS'19 "Stochastic Shared Embeddings: Data-driven Regularization of Embedding Layers"
Stars: ✭ 103 (+157.5%)
Mutual labels:  transformer
MASTER-pytorch
Code for the paper "MASTER: Multi-Aspect Non-local Network for Scene Text Recognition" (Pattern Recognition 2021)
Stars: ✭ 263 (+557.5%)
Mutual labels:  transformer
go-clone
Clone any Go data structure deeply and thoroughly.
Stars: ✭ 182 (+355%)
Mutual labels:  deepcopy
sb-nmt
Code for Synchronous Bidirectional Neural Machine Translation (SB-NMT)
Stars: ✭ 66 (+65%)
Mutual labels:  transformer
query-selector
LONG-TERM SERIES FORECASTING WITH QUERYSELECTOR – EFFICIENT MODEL OF SPARSEATTENTION
Stars: ✭ 63 (+57.5%)
Mutual labels:  transformer
Transformers-RL
An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"
Stars: ✭ 107 (+167.5%)
Mutual labels:  transformer
seq2seq-pytorch
Sequence to Sequence Models in PyTorch
Stars: ✭ 41 (+2.5%)
Mutual labels:  transformer

bytekit

@Tony沈哲 on weibo License

功能特点:

  • 支持多种方式创建 Bytes:byte数组、字符串、File、InputStream
  • 支持字节数组、ByteBuffer 的操作
  • 支持 Immutable 对象:ByteArrayBytes、ByteBufferBytes
  • 支持 Transformer: 内置 copy、contact、reverse、xor、and、or、not,也支持自定义 Transformer
  • 支持 Hash: 内置 md5、sha1、sha256
  • 支持 Hmac加密: 内置 HmacMD5、HmacSHA1、HmacSHA256
  • 支持转换成十六进制字符串、十六进制字符串转换成二进制字节数组
  • 支持对象的序列化、反序列化、深拷贝
  • 支持将 Bytes 写入到输出流、文件中
  • 支持 mmap 常用读写操作:readByte/writeByte、readBytes/writeBytes、readInt/writeInt、readLong/writeLong、readDouble/writeDouble、readObject/writeObject

core、mmap 模块不依赖于任何第三方库

最新版本

模块 最新版本
core
mmap

下载:

bytekit-core

implementation 'com.github.fengzhizi715.bytekit:core:v1.3.0'

bytekit-mmap

implementation 'com.github.fengzhizi715.bytekit:mmap:v1.3.0'

详见:https://www.jianshu.com/p/411462b481b7

联系方式

Wechat:fengzhizi715

Java与Android技术栈:每周更新推送原创技术文章,欢迎扫描下方的公众号二维码并关注,期待与您的共同成长和进步。

License

Copyright (C) 2017 - present, Tony Shen.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].