dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
SeekException
dlib
core
stream
An exception which is throwed on stream errors
class
SeekException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
dlib
core
stream
aliases
StreamOffset
StreamPos
StreamSize
classes
ArrayStream
SeekException
functions
copyFromTo
interfaces
IOStream
InputStream
OutputStream
Seekable
Stream
structs
BufferedStreamReader
An exception which is throwed on stream errors