MCPcopy Create free account
hub / github.com/DCMTK/dcmtk / IsReadMode

Method IsReadMode

dcmdata/include/dcstream.h:113–116  ·  view source on GitHub ↗

Is Stream readable or writeble

Source from the content-addressed store, hash-verified

111
112 // Is Stream readable or writeble
113 inline BOOL IsReadMode(void) const
114 {
115 return fReadMode;
116 }
117
118 // Is Random Access possible ?
119 inline BOOL HasRandomAccess(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected