C# (CSharp) Iaik.Utils 네임스페이스

중첩된 네임스페이스

Iaik.Utils.Hash
Iaik.Utils.IO
Iaik.Utils.Locking
Iaik.Utils.Net
Iaik.Utils.Nonce
Iaik.Utils.Serialization
Iaik.Utils.libbfd

클래스들

이름 설명
BitMap Provides the ability to access individual bits and export them as a byte array.
ByteHelper Static class which provides some byte helper functions
ByteStream Immutable Stream implementation for byte arrays
ConsoleUtils
SimpleFormatter Simple Textformatter {[Name]:ALIGNMENT:WIDTH:FILLCHAR} or {index:ALIGNMENT:WIDTH:FILLCHAR} or {"text":...} [Name] is the name of a defined text macro index is the index in the passed parameter list "text" is a freestyle text to be formatted ALIGNMENT =LN ... left-aligned and do not fill =LF ... left aligned and fill up = M ... centered = R ... right-aligned WIDTH Tells the formatter to which width the text should be aligned FILLCHAR For LF and R. Char used to fill
StringHelper Static class which provides some string helper methods