You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unix FileExt and Windows FileExt. They are useful when using .read_at(buf, offset) instead of .seek(pos); .read(buf). Because it calls pread(2) instead of lseek(2) + read(2) which is more efficient.