Skip to content

A Julia package to wrap an AbstractVector{UInt8} in a readable seekable IO type.

License

Notifications You must be signed in to change notification settings

JuliaIO/InputBuffers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InputBuffers

CI codecov Aqua

A Julia package to wrap an AbstractVector{UInt8} in a readable seekable IO type.

Usage

using InputBuffers: InputBuffer

data = 0x00:0xFF
io = InputBuffer(data)
@assert io isa IO
@assert read(io) == data

About

A Julia package to wrap an AbstractVector{UInt8} in a readable seekable IO type.

Resources

License

Stars

Watchers

Forks

Languages