2.1.0 • Published 6 years ago

pw-buffer v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago