base/frameworks/input/readers/binary.zeek¶
-
InputBinary
¶
Interface for the binary input reader.
Namespace: | InputBinary |
---|
Summary¶
Redefinable Options¶
InputBinary::chunk_size : count &redef |
Size of data chunks to read from the input file at a time. |
InputBinary::path_prefix : string &redef |
On input streams with a pathless or relative-path source filename, prefix the following path. |
Detailed Interface¶
Redefinable Options¶
-
InputBinary::chunk_size
¶ Type: count
Attributes: &redef
Default: 1024
Size of data chunks to read from the input file at a time.
-
InputBinary::path_prefix
¶ Type: string
Attributes: &redef
Default: ""
On input streams with a pathless or relative-path source filename, prefix the following path. This prefix can, but need not be, absolute. The default is to leave any filenames unchanged. This prefix has no effect if the source already is an absolute path.