M
M
martensit2018-03-23 01:10:10
C++ / C#
martensit, 2018-03-23 01:10:10

What C# snippet can "extract" part of a giant text file from its middle?

There is a large text file (> 1GB)
You need to get a piece of its contents starting from a certain byte No. 1 ending with a certain byte No. 2
For example, take information starting from 1000 Kb (from the beginning of the file) with a size of 100 Kb

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2018-03-23
@martensit

https://www.dotnetperls.com/seek (+ save to file)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question