goog.net.streams.Base64StreamDecoderProvided Bygoog.net.streams.Base64StreamDecoderBase64 stream decoder. new Base64StreamDecoder()ParametersNone.VIEW SOURCEInstance Methodsexpand_morethis.decode( input ) → (Array<number>|null)Decodes the input stream. ParametersinputstringThe next part of input stream Returns(Array<number>|null)decoded bytes in an array, or null if needs more input data to decode any new bytes Throws{!Error} Throws an error message if the input is invalid VIEW SOURCEexpand_morethis.isInputValid() → booleanChecks if the decoder has aborted due to invalid input. ParametersNone.Returnsbooleantrue if the input is still valid. VIEW SOURCE