C# Class EDNTypes.Utils

Afficher le fichier Open project: neurensic/edn-dot-net

Méthodes publiques

Свойство Type Description
closeListBytes Byte[]
closeMapBytes Byte[]
closeSetBytes Byte[]
closeVectorBytes Byte[]
nullBytes Byte[]
openListBytes Byte[]
openMapBytes Byte[]
openSetBytes Byte[]
openVectorBytes Byte[]
spaceBytes Byte[]

Méthodes publiques

Méthode 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 méthode

public static ToLiteral ( string value ) : string
value string
Résultat string

WriteEDNToStream() public static méthode

public static WriteEDNToStream ( string edn, Stream stream ) : void
edn string
stream Stream
Résultat void

WritePrintableToString() public static méthode

public static WritePrintableToString ( IEDNWritable printable, IWriteHandler handler ) : string
printable IEDNWritable
handler IWriteHandler
Résultat string

additionHashCode() public static méthode

public static additionHashCode ( IEnumerable coll ) : int
coll IEnumerable
Résultat int

getSymbolString() public static méthode

public static getSymbolString ( string prefix, string name ) : string
prefix string
name string
Résultat string

Property Details

closeListBytes public_oe static_oe property

public static Byte[] closeListBytes
Résultat Byte[]

closeMapBytes public_oe static_oe property

public static Byte[] closeMapBytes
Résultat Byte[]

closeSetBytes public_oe static_oe property

public static Byte[] closeSetBytes
Résultat Byte[]

closeVectorBytes public_oe static_oe property

public static Byte[] closeVectorBytes
Résultat Byte[]

nullBytes public_oe static_oe property

public static Byte[] nullBytes
Résultat Byte[]

openListBytes public_oe static_oe property

public static Byte[] openListBytes
Résultat Byte[]

openMapBytes public_oe static_oe property

public static Byte[] openMapBytes
Résultat Byte[]

openSetBytes public_oe static_oe property

public static Byte[] openSetBytes
Résultat Byte[]

openVectorBytes public_oe static_oe property

public static Byte[] openVectorBytes
Résultat Byte[]

spaceBytes public_oe static_oe property

public static Byte[] spaceBytes
Résultat Byte[]