Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
Whether the server is responsible for the given domain
(i.e. the domain is included in the local domain names list)
and port (if >0) matches the local server port.
Jukebox is a simple audio server that automatically responds to all incoming calls
and sends the audio file as selected by the caller through the request-line parameter
'audiofile'.
Converts a linear PCM value to u-law
In order to simplify the encoding process, the original linear magnitude
is biased by adding 33 which shifts the encoding range from (0 - 8158) to
(33 - 8191).
MiniJukebox is a simple audio server that automatically responds to all incoming calls
and sends the audio file as selected by the caller through the request-line parameter
'audiofile'.