Example #1
0
 // Constructor.
 public MultiByteDecoder(MultiByteEncoding enc)
 {
     this.enc      = enc;
     this.lastByte = 0;
 }
		// Constructor.
		public MultiByteDecoder(MultiByteEncoding enc)
				{
					this.enc = enc;
					this.lastByte = 0;
				}