'Can you read a File only from a certain character using SeekableByteChannel

In a text file I need to read the part after ':' using SeekableByteChannel, can I do that and save the number of Bytes read and also the number of Bytes skipped to get to ':'? I just want to stock those two in a int variable

Exemple:

Word : Definition



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source