MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / DescriptorStream

Method DescriptorStream

libminifi/src/io/DescriptorStream.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace io {
37
38DescriptorStream::DescriptorStream(int fd)
39 : fd_(fd),
40 logger_(logging::LoggerFactory<DescriptorStream>::getLogger()) {
41}
42
43void DescriptorStream::seek(uint64_t offset) {
44 std::lock_guard<std::recursive_mutex> lock(file_lock_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected