C# Class EDNTypes.Utils

Show file Open project: neurensic/edn-dot-net

Public Properties

Property Type Description
closeListBytes Byte[]
closeMapBytes Byte[]
closeSetBytes Byte[]
closeVectorBytes Byte[]
nullBytes Byte[]
openListBytes Byte[]
openMapBytes Byte[]
openSetBytes Byte[]
openVectorBytes Byte[]
spaceBytes Byte[]

Public Methods

Method Description
ToLiteral ( string value ) : string
WriteEDNToStream ( string edn, Stream stream ) : void
WritePrintableToString ( IEDNWritable printable, IWriteHandler handler ) : string
additionHashCode ( IEnumerable coll ) : int
getSymbolString ( string prefix, string name ) : string

Method Details

ToLiteral() public static method

public static ToLiteral ( string value ) : string
value string
return string

WriteEDNToStream() public static method

public static WriteEDNToStream ( string edn, Stream stream ) : void
edn string
stream Stream
return void

WritePrintableToString() public static method

public static WritePrintableToString ( IEDNWritable printable, IWriteHandler handler ) : string
printable IEDNWritable
handler IWriteHandler
return string

additionHashCode() public static method

public static additionHashCode ( IEnumerable coll ) : int
coll IEnumerable
return int

getSymbolString() public static method

public static getSymbolString ( string prefix, string name ) : string
prefix string
name string
return string

Property Details

closeListBytes public static property

public static Byte[] closeListBytes
return Byte[]

closeMapBytes public static property

public static Byte[] closeMapBytes
return Byte[]

closeSetBytes public static property

public static Byte[] closeSetBytes
return Byte[]

closeVectorBytes public static property

public static Byte[] closeVectorBytes
return Byte[]

nullBytes public static property

public static Byte[] nullBytes
return Byte[]

openListBytes public static property

public static Byte[] openListBytes
return Byte[]

openMapBytes public static property

public static Byte[] openMapBytes
return Byte[]

openSetBytes public static property

public static Byte[] openSetBytes
return Byte[]

openVectorBytes public static property

public static Byte[] openVectorBytes
return Byte[]

spaceBytes public static property

public static Byte[] spaceBytes
return Byte[]