Show / Hide Table of Contents
View Source

Class DICOMBinaryWriter

Inheritance
System.Object
DICOMBinaryWriter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.IO.Writing
Assembly:EvilDICOM.dll
Syntax
public class DICOMBinaryWriter : IDisposable

Constructors

View Source

DICOMBinaryWriter()

Declaration
protected DICOMBinaryWriter()
View Source

DICOMBinaryWriter(Stream)

Declaration
public DICOMBinaryWriter(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream
View Source

DICOMBinaryWriter(String)

Constructs a new writer from a file path.

Declaration
public DICOMBinaryWriter(string filePath)
Parameters
Type Name Description
System.String filePath

path to the file to be written

Methods

View Source

Dispose()

Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
View Source

Write(Byte)

Declaration
public void Write(byte b)
Parameters
Type Name Description
System.Byte b
View Source

Write(Byte[])

Declaration
public void Write(byte[] bytes)
Parameters
Type Name Description
System.Byte[] bytes
View Source

Write(Char[])

Declaration
public void Write(char[] chars)
Parameters
Type Name Description
System.Char[] chars
View Source

Write(String)

Declaration
public void Write(string chars)
Parameters
Type Name Description
System.String chars
View Source

WriteNullBytes(Int32)

Declaration
public void WriteNullBytes(int numberToWrite)
Parameters
Type Name Description
System.Int32 numberToWrite
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX