htslib.knetfile

Undocumented in source.

Members

Aliases

knetFile
alias knetFile = knetFile_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

knet_close
int knet_close(knetFile* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
knet_dopen
knetFile* knet_dopen(int fd, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
knet_fileno
auto knet_fileno(T fp)
Undocumented in source. Be warned that the author may not have intended to support it.
knet_open
knetFile* knet_open(const(char)* fn, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
knet_read
ssize_t knet_read(knetFile* fp, void* buf, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
knet_seek
off_t knet_seek(knetFile* fp, off_t off, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
knet_tell
auto knet_tell(T fp)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

KNF_TYPE_FTP
enum KNF_TYPE_FTP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KNF_TYPE_HTTP
enum KNF_TYPE_HTTP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KNF_TYPE_LOCAL
enum KNF_TYPE_LOCAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

knetFile_s
struct knetFile_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta