reader

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DcmReader

type DcmReader interface {
	io.Reader
	ReadUInt8() (uint8, error)
	ReadUInt16() (uint16, error)
	ReadUInt32() (uint32, error)
	ReadUInt64() (uint64, error)
	ReadInt8() (int8, error)
	ReadInt16() (int16, error)
	ReadInt32() (int32, error)
	ReadInt64() (int64, error)
	ReadFloat32() (float32, error)
	ReadFloat64() (float64, error)
	IsImplicit() bool
	IsTrackingImplicit() bool
	SkipPixelData() bool
	Peek(n int) ([]byte, error)
	Discard(n int) (int, error)
	ByteOrder() binary.ByteOrder
	Skip(n int64) error
	SetTransferSyntax(binaryOrder binary.ByteOrder, isImplicit bool)
	SetOverallImplicit(isImplicit bool)
	SetFileSize(fileSize int64) error
	GetFileSize() int64
	ReadString(n uint32) (string, error)
}

func NewDcmReader

func NewDcmReader(reader *bufio.Reader, skipPixelData bool) DcmReader

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL