Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -157,17 +157,6 @@ int property(int prop, int value) {
return 0;
}

/**
* Get stream size.
* Behavior can vary based on subclass implementation.
* For example HLS will load next segment and return segment size.
*
* @return - Stream size.
*/
int getStreamSize() {
return -1;
}

private static class FileConnectionHolder extends ConnectionHolder {
private RandomAccessFile file = null;

Expand Down
Loading