AuroraLib.Core
1.5.1
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package AuroraLib.Core --version 1.5.1
NuGet\Install-Package AuroraLib.Core -Version 1.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AuroraLib.Core" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AuroraLib.Core --version 1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AuroraLib.Core, 1.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AuroraLib.Core as a Cake Addin #addin nuget:?package=AuroraLib.Core&version=1.5.1 // Install AuroraLib.Core as a Cake Tool #tool nuget:?package=AuroraLib.Core&version=1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AuroraLib.Core
AuroraLib.Core offers high-performance and memory-efficient tools for binary data manipulation and stream handling. It simplifies working across different .NET versions by providing extension methods that bridge functionality gaps, ensuring compatibility.
Features
Stream Utilities
Utility | Description |
---|---|
MemoryPoolStream |
A memory-efficient MemoryStream using ArrayPool for reduced allocations. |
SubStream |
Provides a view into a specific portion of an underlying Stream . |
BitReader |
Methods for reading bit streams with fine-grained control. |
BitWriter |
Methods for writing bit streams efficiently. |
BackwardsMemoryStream |
Enables reading and writing streams in reverse order. |
StreamEx |
Extensions for Stream s to simplify reading, writing, and data manipulation. |
Buffer Management
Utility | Description |
---|---|
SpanBuffer |
A buffer allocated from ArrayPool for zero-allocation data management. |
CircularBuffer |
A circular buffer allocated from ArrayPool . |
SpanEx |
Extension methods and utilities for spans. |
MemoryEx |
Casts a Memory<T> of one type to another. |
ValueStringBuilder |
A stack-based string builder for efficient string creation. |
Format Handling
Utility | Description |
---|---|
MediaType |
Works with MIME Media types. |
FormatInfo |
Provides information for specific file formats. |
FormatDictionary |
A dictionary for looking up FormatInfo by MIME type or detecting stream content. |
Value Types
Type | Description |
---|---|
Int24 |
A 24-bit signed integer. |
UInt24 |
A 24-bit unsigned integer. |
Identifier32 |
A 4-byte identifier, used for file signatures (similar to DWORD ). |
Identifier64 |
An 8-byte identifier, used for extended file signatures. |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- System.Memory (>= 4.5.5)
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AuroraLib.Core:
Package | Downloads |
---|---|
AuroraLib.Compression
Supports a wide range of compression algorithms mainly used in video games, like LZSS, LZ10, LZ11, MIO0, YAZ0, YAY0, PRS, LZ0, ZLib and more. |
|
RenderWareNET
Library to work with RenderWare 3 formats |
GitHub repositories
This package is not used by any popular GitHub repositories.