base64.h #1

  • //
  • guest/
  • perforce_software/
  • p4/
  • 2017-1/
  • support/
  • base64.h
  • View
  • Commits
  • Open Download .zip Download (313 B)
/*
 * Copyright 1995, 1996 Perforce Software.  All rights reserved.
 *
 * This file is part of Perforce - the FAST SCM System.
 */


/*
 * BASE64 - decode base64 strings
 *
 */

class Base64
{
    public:
	static int      Decode( StrPtr &in, StrBuf &out );
	static void     Encode( StrPtr &in, StrBuf &out );
} ;
# Change User Description Committed
#1 22288 mark_mears import 2017.1 code drop