Beispiel #1
0
 public static void AllwaysFreeReadBuffer()
 {
     mDeleteBuffer    = true;
     mReadBuffer      = null;
     mByteArray       = null;
     mShortArray      = null;
     mIntArray        = null;
     mLongArray       = null;
     mDoubleArray     = null;
     mDoubleTmpArray  = null;
     mStringArray     = null;
     mByteBufferArray = null;
     mObjectsCache.Release();
     mVariantTypeData = null;
 }