IDBFileHandle.readAsText

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto readAsText(uint size, Optional!(T1) encoding)
    struct IDBFileHandle
    nothrow
    readAsText
    (
    T1
    )
    (
    uint size
    ,
    scope auto ref Optional!(T1) encoding
    )
    if (
    isTOrPointer!(T1, string)
    )
  2. auto readAsText(uint size)

Meta