internal buffer 中文意思是什麼

internal buffer 解釋
內部緩沖區
  • internal : adj 1 內的,內部的 (opp external)。2 國內的,內政的。3 體內的,內服的。4 內在的,本質上的,固有...
  • buffer : n 1 【機械工程】緩沖器,緩沖墊;阻尼器,減震器;消聲器。2 【化學】緩沖,緩沖劑。3 緩沖者;緩沖物...
  1. Any stream with an internal buffer should override this method and provide a much more efficient version that writes to the buffer directly, avoiding the extra array allocation on every call

    所有具有內部緩沖區的流都應重寫此方法,提供一個直接寫入緩沖區的有效得多的版本,以避免每次調用時都要進行額外的數組分配。
  2. Any stream with an internal buffer should override this method and provide a much more efficient version that reads the buffer directly, avoiding the extra array allocation on every call

    所有具有內部緩沖區的流都應重寫此方法,並提供一個可以直接讀取緩沖區的更為有效的版本,從而避免每次調用都要進行額外的數組分配。
  3. A pointer to the internal buffer of the stream object

    一個指向流對象的內部緩沖區的指針。
  4. Invalid bytes at the end of the data block are ignored and the internal buffer is cleared

    ,則忽略數據塊末尾的無效位元組並清除內部緩沖區。
  5. Used for internal buffer manager synchronization during buffer pool grow operations

    用於在緩沖區池增長操作期間的內部緩沖區管理器同步。
  6. A long representing the maximum length of the value of the internal buffer

    一個長值,表示內部緩沖區的值的最大長度。
  7. Trailing bytes at the end of the data block are stored in an internal buffer and used in the next decoding operation

    ,則位於數據塊結尾的尾隨位元組將存儲在內部緩沖區中,並在下一次解碼操作中使用。對一個數據塊調用
  8. The exception thrown when the internal buffer overflows

    內部緩沖區溢出時引發的異常。
  9. This exception indicates an internal buffer has overflowed and users should take appropriate steps in their code to ensure it recovers properly

    此異常指示內部緩沖區已溢出,用戶應在其代碼中採取適當的步驟以確保內部緩沖區正常恢復。
  10. Compiler limit : token overflowed internal buffer

    編譯器限制:標記已溢出內部緩沖區
  11. Gets or sets the size of the internal buffer

    獲取或設置內部緩沖區的大小。
  12. Returns a reference to the internal buffer

    返回一個對內部緩沖區的引用。
  13. Saves the xml data to an internal buffer

    將xml數據保存到內部緩沖區。
  14. Occurs when the internal buffer overflows

    當內部緩沖區溢出時發生。
  15. Flushes the contents of the internal buffer of the current

    對象的內部緩沖區的內容刷新到基礎流。
  16. Gets the maximum length of the value of the internal buffer of this

    的內部緩沖區的值的最大長度。
  17. The internal buffer size

    內部緩沖區的大小。
  18. Note that this method can leave trailing lead bytes in the internal buffer, which makes the

    注意此方法會在內部緩沖區中保留尾部前導位元組,這使
  19. Besides serializing the xml data to an internal buffer, there are two other types of output streams -

    除了將xml數據序列化到內部緩沖區之外,還有兩種其它類型的輸出流:
  20. Trailing characters at the end of the data block are stored in an internal buffer and used in the next encoding operation

    ,則位於數據塊結尾的尾隨字元將存儲在內部緩沖區中,並在下一次編碼操作中使用。對一個數據塊調用
分享友人