Ferreteria/v0.6/fx/RemoveBytes
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
|
fx:
RemoveBytes() |
About
- Action: removes bytes from a buffer
- ...presumably because they have been processed, but actually right now this just removes all of the bytes and you have to put back the ones you don't use. This seems awkward. #TODO: fix
Usage
| clade | require | implement | call | notes |
|---|---|---|---|---|
IO\Aspect\Connx\Buffer |
function RemoveBytes() : string; |
yes
|
as of 2025-12-11:
| |
IO\Aspect\Connx\Buffer\File\Reader
|
yes
|
in IO\Aspect\Connx\Buffer\File\Reader: | ||
IO\Aspect\Connx\Process
|
in Run(), SendFromBuffer(), BufferToStream()
| |||
Sys\Data\Engine\Oper\MyMar
|
in NewSchemaList()
|