Home Reference Source Repository
public class | source

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

dt: String: *

The raw string datetime portion of this cdxj entry

public get

json: Object: *

The json data portion of this cdxj entry

public get

surt: String: *

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:

NameTypeAttributeDescription
linebuf Buffer

Public Members

public get dt: String: * source

The raw string datetime portion of this cdxj entry

Return:

String

public get json: Object: * source

The json data portion of this cdxj entry

Return:

Object

public get surt: String: * source

The SURT key for this cdxj entry

Return:

String

Public Methods

public writeable(): Buffer source

Returns a buffer for writing this CDXJEntry back to a file

Return:

Buffer