Metadata >> NuGet >> BitStream

BitStream

Metadata

Authors Banane9
Copyrights Banane9
Description PCL wrapper for the Stream class that allows bit-level reads and writes, for all your sub-byte encoding needs. Just new up a BitStream instance with the underlaying stream passed to it and off you go.
IconUrl http://banane9.github.io/favicon.ico
Language en
Owners Banane9
ProjectUrl http://github.com/Banane9/BitStream
ReleaseNotes Add more constructors and custom equality to the BitNum struct.
RequireLicenseAcceptance False
Summary PCL wrapper for the Stream class that allows bit-level reads and writes.
Tags bit, bits, partial, byte, bytes, stream, streams, sub-byte, encoding, decoding, protocol, read, reads, writes
Title BitStream
PackageSize 45905
PackageHashAlgorithm SHA512
PackageHash MTYn7ewodozdRZqbSACe65Sw/t0NGdeQLmse5PwtusNaiX+lDJWk6qxt2tb1S47LfvmatQmDmpyV/+GxW/jF2Q==
DownloadCount 000000
CreatedDate 2015-04-18T18:30:01

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install BitStream -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install BitStream -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package BitStream
Installing the package (HTTP Basic authentication):
Install-Package BitStream -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package BitStream -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package BitStream

OpenWrap

Installing the package:
o add-wrap BitStream
Uninstalling the package:
o remove-wrap BitStream

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.3
1.0.2
1.0.1
1.0.0