CDXJEntry
A CDXJ Entry (a single in a .cdxj file)
Constructor Summary
| Public Constructor | ||
| public |
constructor(linebuf: Buffer) Create a new CDXJEntry |
|
Member Summary
| Public Members | ||
| public get |
The raw string datetime portion of this cdxj entry |
|
| public get |
The json data portion of this cdxj entry |
|
| public get |
The SURT key for this cdxj entry |
|
Method Summary
| Public Methods | ||
| public |
writeable(): Buffer Returns a buffer for writing this CDXJEntry back to a file |
|
Public Constructors
public constructor(linebuf: Buffer) source
Create a new CDXJEntry
Params:
| Name | Type | Attribute | Description |
| linebuf | Buffer |
Public Members
Public Methods
public writeable(): Buffer source
Returns a buffer for writing this CDXJEntry back to a file
Return:
| Buffer |