Axiom.Plugins.DevILCodecs.DDSCodec.Decode C# (CSharp) Method

Decode() public method

public Decode ( System input, System output ) : object
input System
output System
return object
		public override object Decode( System.IO.Stream input, System.IO.Stream output, params object[] args )
		{
			// nothing special needed, just pass through
			return base.Decode( input, output, args );
		}