2.1.0 • Published 5 years ago

pw-buffer v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

node-pw-buffer

PW Buffer

import { ExtendedBuffer, ExtendedBufferOptions } from 'extended-buffer';
export interface PwBufferOptions extends ExtendedBufferOptions {
}
export declare class PwBuffer extends ExtendedBuffer {
    isReadableCUInt(): boolean;
    readCUInt(noAssert?: boolean): number;
    _writeCUIntToBuffer(buffer: this, value: number, noAssert?: boolean): this;
    writeCUInt(value: number, unshift?: boolean, noAssert?: boolean): this;
    readPwString(noAssert?: boolean): string;
    writePwString(string: string, unshift?: boolean, noAssert?: boolean): this;
    readPwOctets(noAssert?: boolean): this;
    writePwOctets(octets: this | Buffer, unshift?: boolean, noAssert?: boolean): this;
}
2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago