Click or drag to resize

Base95 Class

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Base95 Encoding

Author: Artex (aka, 1337)

Modified by: Gerolkae

Inheritance Hierarchy
SystemObject
  Furcadia.TextBase95

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public class Base95 : IComparable<uint>, 
	IEquatable<uint>

The Base95 type exposes the following members.

Constructors
  NameDescription
Public methodBase95
Initializes a new instance of the Base95 class.
Public methodBase95(String)
Initializes a new instance of the Base95 class.
Public methodBase95(UInt32)
Initializes a new instance of the Base95 class.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodStatic memberConvertFromBase95
Converts from base95.
Public methodStatic memberConvertToBase95(UInt32)
Converts to base95.
Public methodStatic memberConvertToBase95(UInt32, Int32)
Converts to base95.
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(UInt32)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromString
Froms the string.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToByteArray
To the byte array.
Public methodToByteArray(Int32)
To the byte array.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodToString(Int32)
Returns a String that represents this instance.
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Implements the operator +.
Public operatorStatic memberDivision
Implements the operator /.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Base95 to UInt16)
Performs an explicit conversion from Base95 to UInt16.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic member(String to Base95)
Performs an implicit conversion from String to Base95.
Public operatorStatic member(UInt16 to Base95)
Performs an implicit conversion from UInt16 to Base95.
Public operatorStatic member(UInt32 to Base95)
Performs an implicit conversion from UInt32 to Base95.
Public operatorStatic member(Base95 to Byte)
Performs an implicit conversion from Base95 to Byte.
Public operatorStatic member(Base95 to String)
Performs an implicit conversion from Base95 to String.
Public operatorStatic member(Base95 to UInt32)
Performs an implicit conversion from Base95 to UInt32.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberModulus
Implements the operator %.
Public operatorStatic memberMultiply
Implements the operator *.
Public operatorStatic memberSubtraction
Implements the operator -.
Top
Fields
  NameDescription
Public fieldStatic memberBASE
The base
Public fieldStatic memberCHAR_OFFSET
The character offset
Public fieldValue
The value
Top
Extension Methods
  NameDescription
Public Extension MethodAsDouble
Ases the double.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt16
converts an object to 16 bit integer
(Defined by ObjectExtensions.)
Public Extension MethodAsInt32
Ases the int32.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt64
Ases the int64.
(Defined by ObjectExtensions.)
Public Extension MethodAsString
Ases the string.
(Defined by ObjectExtensions.)
Top
See Also