encoder class : encoder() fitter

Description

Get a new instance of encoder class.

Syntax

new encoder()

Arguments

None.

Return value

ClassDescription
encoderA new instance of encoder class. This instance is already initialized.

Sample code

1:

encoder e = new encoder();

Notes

It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.

The instance returned by this fitter has been initialized.

Links for reference

None.

Copyright © Cooker All rights reserved.