From dbec6b7c3f6cde9d76d60bacf9e2989046220915 Mon Sep 17 00:00:00 2001
From: GitHub All functions
read_unsigned_int()
read unsigned integer from binary
reposition cursor for open read connection
# S3 method for data
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
# S3 method for default
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
parse_chunk(ds, con)
parse_chunk(ds, raw)
chunk dataset
connection to raw vector
raw vector
# S3 method for parameter
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
# S3 method for text
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
parse_header(raw_size, con)
parse_header(raw)
raw vector of the opus binary file
connection to the raw vector
read_character(con, cursor, n = 1L, encoding = "latin1")
read_character(raw, cursor, n = 1L, n_char, encoding = "latin1")
connection to raw vector
raw vector
number of elements
integer with number of desired characters to read from raw
encoding to assign character strings that are read. Default
is "latin1"
., which will use Windows Latin 1 (ANSI) encoding. This is
diff --git a/reference/read_double.html b/reference/read_double.html
index 896ae6a3..73f564d3 100644
--- a/reference/read_double.html
+++ b/reference/read_double.html
@@ -66,13 +66,13 @@
read_double(con, cursor, n = 1L)
read_double(raw, cursor, n = 1L)
connection to raw vector
raw vector
read_float(con, cursor, n = 1L)
read_float(raw, cursor, n = 1L)
connection to raw vector
raw vector
read_signed_int(con, cursor, n = 1L)
read_signed_int(raw, cursor, n = 1L)
connection to raw vector
raw vector
read_unsigned_int(con, cursor, n = 1L)
read_unsigned_int(raw, cursor, n = 1L)
connection to raw vector
raw vector
reposition cursor for open read connection
-seek_opus(con, cursor)
connection to raw vector
cursor position within the connection