| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Method and Description |
|---|---|
URI |
URI.getPointer(long i) |
URI |
URI.host(BytePointer setter) |
URI |
URI.name(BytePointer setter) |
URI |
FileInfo.path()
\brief full path to the file
|
URI |
URI.position(long position) |
URI |
URI.protocol(BytePointer setter) |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
FileSystem.GetPathInfo(URI path)
\brief get information about a path
|
void |
FileSystem.ListDirectory(URI path,
FileInfo out_list)
\brief list files in a directory
|
void |
FileSystem.ListDirectoryRecursive(URI path,
FileInfo out_list)
\brief list files in a directory recursively using ListDirectory
|
Stream |
FileSystem.Open(URI path,
BytePointer flag) |
Stream |
FileSystem.Open(URI path,
BytePointer flag,
boolean allow_null)
\brief open a stream
|
Stream |
FileSystem.Open(URI path,
String flag) |
Stream |
FileSystem.Open(URI path,
String flag,
boolean allow_null) |
SeekStream |
FileSystem.OpenForRead(URI path) |
SeekStream |
FileSystem.OpenForRead(URI path,
boolean allow_null)
\brief open a seekable stream for read
|
FileInfo |
FileInfo.path(URI setter) |
Copyright © 2021. All rights reserved.